Links tagged “javascript”
136 links, newest first.
mozilla/neo: Create and build React web applications with zero initial configuration and minimal fuss
github.com
A zero-configuration toolkit for building React applications, bundling Webpack, Babel, ESLint and Redux behind one dependency; now archived in favour of Neutrino.
recharts.org
Composable charting library that builds SVG charts from decoupled React components on top of D3.
github.com
React component that defers rendering of its children until they scroll into view, sharing two event listeners across all instances.
markerikson/react-redux-links: Curated tutorial and resource links I've collected on React, Redux, ES6, and more
github.com
Curated list of tutorials and articles on React, Redux and ES6, from beginner material to advanced ecosystem topics.
marmelab.com
Documentation for admin-on-rest, a React and Material UI framework for building admin interfaces on top of REST APIs, since superseded by react-admin.
medium.com
Walkthrough of splitting a React bundle by route with Webpack and applying the PRPL pattern to cut first paint and time-to-interactive on mobile.
css-tricks.com
Tutorial on React Router — routes, nested routes, reusable layouts, Link navigation and hash versus browser history. Predates React Router 4.
eloquentjavascript.net
Marijn Haverbeke's book on JavaScript and programming, readable free online with in-browser exercises and a code sandbox.
github.com
FSA-compliant promise middleware for Redux, dispatching a promise's resolved value as the action payload.
tonyhb.gitbooks.io
GitBook documenting the Redux patterns and conventions used to build applications at Docker, Inc.
github.com
Frontend framework for building browser admin applications on top of REST services, using ES6, React and Material UI.
standardjs.com
Zero-configuration JavaScript linter and formatter that enforces one style across a project, with no config file to maintain.
javier.xyz
Live demo of react-textselect, a React component that overlays an invisible dropdown on a run of text so the value can be changed inline.
github.com
JavaScript library wrapping the GitHub API for use in the browser, exposing repositories, issues and gists through both callback and promise interfaces.
medium.com
Reviews how React Hot Loader and React Transform preserve component state across reloads, why both grew complicated, and argues for proxying at the call site instead.
jlongster.com
Drives the frontend and backend webpack builds from a single Gulp setup, watching for changes and restarting the server with nodemon.
jlongster.com
Configures webpack as the build tool for a Node.js backend, using target node and the externals option to keep node_modules unbundled, plus sourcemap support.
jlongster.com
Presents monkey-hot-loader, a webpack loader that patches top-level functions on save so a running app picks up edits without a restart.

















