Tag: JavaScript
All the articles with the tag "JavaScript".
The TC39 group (the panel charged with delivering ES6) has reached consensus on an abbreviated syntax for JavaScript function expressions
Updated: at 03:27 PMWatch for fat arrow syntax in ES6 along with its hard binding of the this keyword
Autopolyfiller: a tool that lets authors use the same approach as CSS preprocessors like autoprefixer, but with JavaScript polyfills
Updated: at 08:11 PMSimply write your JavaScript assuming the latest browser technology then let Autopolyfiller inspect your code and decide which polyfill libraries to include.
Enquire.js - Media Query Callbacks in JavaScript | CSS-Tricks
Updated: at 03:41 PMCSS Media Queries are great, but sometimes you need JavaScript events to fire when media queries change
GitHub repo: Immutable Data Collections for JavaScript
Updated: at 04:28 PMDive into functional programming with Facebook's JavaScript library for immutable collections
Intern testing framework: "Let the Intern test it"
Updated: at 11:24 PMYou might want to try out this new open-source JavaScript testing framework with promises and integrated with cloud-hosted testing providers such as BrowserStack
The "Is" library from jumpkick-studios: "a better way to write JavaScript conditional statements and still have pretty code"
Updated: at 05:43 PMUse "Is" to flatten out your if-then-else logic flow and handle exceptions
jspm.io - jspm is a package manager built on top of the ES6 module loader that loads any module format: ES6, AMD, CommonJS, and... browser global variables
Updated: at 09:32 PMjspm: A strong contender for a JavaScript package manager that is friendly to node and the browser
Optimising for 60fps everywhere -- GoSquared Engineering
Updated: at 10:46 PMJavaScript is fast by itself, but understanding re-paints and re-layouts is critical to avoiding jitter and hanging, especially on mobile
Choose: Grunt, Gulp, or npm?
Updated: at 03:42 AMGulp provides power and efficiency but Grunt is still a good choice. And don't forget you can use npm alone as a build tool.