Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1011 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1011 Bytes

Littlest Isomorph

A 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 family.

Philosophy

  • Configuration over Convention
  • Simple modules
  • Small API surface area

Features

  • HTML5 History-friendly links
  • Isomorphic rendering with React
  • Isomorphic routing with Routr
  • Isomorphic data binding mixin
  • Contextualized Store state using Littlest Dispatcher

Usage

For an example app that doubles as a great starting point for Littlest Isomorph projects, take a look at the Yeoman Generator

Alternatives

  • Rendr: A Backbone-based isomorphic front layer produced by Airbnb.