/littlest-isomorph

An attempt at a isomorphic JavaScript stack with as little internal code as possible.

Primary LanguageJavaScriptMIT LicenseMIT

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.