maxhr's Stars
facebookarchive/draft-js
A React framework for building text editors.
clojure/clojure
The Clojure programming language
blakeembrey/free-style
Make CSS easier and more maintainable by using JavaScript
brunch/brunch
:fork_and_knife: Web applications made easy. Since 2011.
tc39/proposal-pipeline-operator
A proposal for adding a useful pipe operator to JavaScript.
bmcmahen/react-wysiwyg
retain some control over contenteditable input
wting/autojump
A cd command that learns - easily navigate directories from the command line
Kong/kong
🦍 The Cloud-Native API Gateway and AI Gateway.
kriasoft/react-starter-kit
The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
Kagami/webm.js
JavaScript WebM converter
gajus/react-css-modules
Seamless mapping of class names to CSS modules inside of React components.
gulp-sourcemaps/gulp-sourcemaps
Sourcemap support for gulpjs.
MostlyAdequate/mostly-adequate-guide
Mostly adequate guide to FP (in javascript)
cerebral/cerebral
Declarative state and side effects management for popular JavaScript frameworks
reduxjs/redux
A JS library for predictable global state management
google/incremental-dom
An in-place DOM diffing library
HenrikJoreteg/hjs-webpack
Helpers/presets for setting up webpack with hotloading react and ES6(2015) using Babel.
bitspook/yarr
Yet Another RSS Reader (big ass RXJS tutorial)
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
sindresorhus/got
🌐 Human-friendly and powerful HTTP request library for Node.js
remix-run/react-router
Declarative routing for React
chenglou/react-motion
A spring that solves your animation problems.
isaacs/node-glob
glob functionality for node.js
webpack/webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
browserify/browserify-handbook
how to build modular applications with browserify
tildeio/rsvp.js
A lightweight library that provides tools for organizing asynchronous code
YahooArchive/fluxible-router
MOVED TO FLUXIBLE REPO
kefirjs/kefir
A Reactive Programming library for JavaScript
kilimchoi/engineering-blogs
A curated list of engineering blogs
Matt-Esch/virtual-dom
A Virtual DOM and diffing algorithm