A minimal skeleton for building testable React apps using ES6.
- Minimal tooling
- ES6 with polyfills for current browsers
- Testability: ease of writing unit tests and generating code coverage
- Minimize templates, compose DOM alongside components via JSX
- Session-driven routing with async data fetching