Essential - A minimal skeleton for building testable React apps using ES6

added by JavaScript Kicks
3/11/2015 3:51:45 PM

305 Views

As few tools as possible (no task runners, etc...), ES6 with support for legacy browsers (IE 8), Testability, No templates, compose DOM alongside components via JSX, No stylesheets, leverage Radium for styling in JavaScript, Session-driven routing using react-router with async data fetching


0 comments