Links tagged “javascript”
136 links, newest first.
listjs.com
A dependency-free JavaScript library that adds search, sorting and filtering to plain HTML lists and tables.
medium.com
A recommended 2016 front-end stack — React and Redux, ES6 through Babel, ESLint on the Airbnb config, webpack, Mocha and Lodash — with the reasoning for each pick.
jakearchibald.com
An explanation of async functions and await, showing how they collapse promise chains into code that reads sequentially.
jakearchibald.com
Why resolving a promise with another promise defers to that one, so resolve() can still end in a rejection.
electron.atom.io
A runtime that embeds Chromium and Node.js so desktop apps for macOS, Windows and Linux can be built with HTML, CSS and JavaScript.
staltz.com
A survey of unidirectional data flow architectures such as Flux and Redux, closing on an Observable-based composition the author calls nested dialogues.
github.com
A cookbook of webpack recipes — bundling, loaders, code splitting and hot reloading — drawn from the author's use of the tool at Instagram.
juxtapose.knightlab.com
Knight Lab tool that turns two images into a before/after comparison slider or animated GIF, built from image URLs without writing code.
jrsinclair.com
Opening part of a four-part series on functional programming in JavaScript, covering first-class functions, passing functions as parameters, and staying DRY.
jrsinclair.com
Second part of the functional JavaScript series, explaining forEach, map and reduce as expressive replacements for traditional for-loops.
react-bootstrap.github.io
Documentation for React-Bootstrap, which reimplements Bootstrap's components as native React components with no jQuery dependency.
addyosmani.com
How to install npm packages without a network connection, using local caching proxies such as local-npm and npm_lazy.
promisesaplus.com
The Promises/A+ specification, an open standard defining interoperable `then` behaviour for JavaScript promise implementations.
redux.js.org
Official documentation for Redux, a predictable state container for JavaScript applications.
pouchdb.com
A tour of the ways JavaScript promises are commonly misused — nested chains, forgotten returns, missing error handlers — and the rules that avoid them.
github.hubspot.com
Index of HubSpot's open-source projects, now redirecting to the company's GitHub organisation and its several hundred repositories.
github.com
An example React application rendered from one codebase on both server and browser, using the Alt flux library to fetch data once and share it across the two.
plot.ly
A declarative charting library built on d3.js and stack.gl, offering more than forty interactive chart types configured through JSON.


















