An attempt at a isomorphic JavaScript stack with as little internal code as possible.
npm install littlest-isomorphA toolkit for building isomorphic applications using JavaScript and React,
including solutions for navigation, routing, rendering, and (most importantly)
contextualized Store state. _Part of the [Littlest][littlest] family._
- Configuration over Convention
- Simple modules
- Small API surface area
- HTML5 History-friendly links
- Isomorphic rendering with React
- Isomorphic routing with Routr
- Isomorphic data binding mixin
- Contextualized Store state using [Littlest Dispatcher][dispatcher]
For an example app that doubles as a great starting point for Littlest Isomorph
projects, take a look at [the Yeoman Generator][generator]
- [Rendr][rendr]: A Backbone-based isomorphic front layer produced by Airbnb.
[littlest]: https://github.com/Littlest
[dispatcher]: https://github.com/Littlest/littlest-dispatcher
[generator]: https://github.com/Schoonology/generator-littlest-isomorph
[rendr]: https://github.com/rendrjs/rendr