nortonwong's Stars
typescript-cheatsheets/react
Cheatsheets for experienced React developers getting started with TypeScript
facebook/jsx
The JSX specification is a XML-like syntax extension to ECMAScript.
Chalarangelo/30-seconds-of-code
Short code snippets for all your development needs
w3c/csswg-drafts
CSS Working Group Editor Drafts
reactjs/rfcs
RFCs for changes to React
whatwg/html
HTML Standard
philipwalton/flexbugs
A community-curated list of flexbox issues and cross-browser workarounds for them.
webpack-contrib/webpack-bundle-analyzer
Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
reduxjs/redux
A JS library for predictable global state management
acdlite/recompose
A React utility belt for function components and higher-order components.
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.
yarnpkg/yarn
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
tc39/proposals
Tracking ECMAScript Proposals
redux-saga/redux-saga
An alternative side effect model for Redux apps
postcss/postcss
Transforming styles with JS plugins
babel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
vavr-io/vavr
vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.
microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
facebook/react
The library for web and native user interfaces.
eslint/eslint
Find and fix problems in your JavaScript code.