Yahoo Canada Web Search

Search results

  1. Airbnb JavaScript Style Guide () { A mostly reasonable approach to JavaScript. Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent. This guide is available in other languages too.

    • React

      A mostly reasonable approach to JavaScript View on GitHub...

  2. A mostly reasonable approach to JavaScript. Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent. This guide is available in other languages too.

  3. It’s not flashy work, but finally ripping out jQuery, Alt, Bootstrap, Underscore, and all external CSS requests (they block rendering, and 97% of the rules are unused!) will streamline not only...

    • Amazon. You might expect a site with as much information present on any given page as Amazonhas to use a mountain of JavaScript to, in some way, organize it more efficiently.
    • The Warren Trust. The Warren Trustis another one that degrades quite gracefully. With JS on, the site uses AJAX techniques to load content from other pages without technically leaving the home page.
    • Stuff & Nonsense. Stuff & Nonsensewas created by known and self-admitted web designer Andy Clarke. So yeah, it work with and without JS just fine. It’s a lovely example of a site that (mostly) works perfectly fine either way.
    • Mike Mai. Mike Mai’s siteis proof enough that your site can be plenty creative—if a little odd in this case—with or without scripting. And I do mean “odd”, and I reallydo mean “little”.
  4. Aug 11, 2016 · Breathing air into AirBnBs JavaScript Style Guide. No one sets out to write ugly, inconsistently-styled code. It just sort of happens. Even as the only developer on a project, the more time...

  5. Nov 5, 2012 · 1. By Harrison Shoff. Check it out on Github: https://github.com/airbnb/javascript. Everyone writes JavaScript a little differently. We finally decided it was time that we got together...

  6. People also ask

  7. Aug 11, 2016 · You’re of course welcome to spend a few days exploring the JavaScript ecosystem and comparing different tools, but I’ll try and save you some time: ESLint is the most popular JavaScript linting tool, and AirBnB’s style guide is the most widely-used style guide.