Skip to content

Isomorphic React Example with ES7, React Router, Data Prefetching and Immutable State with Baobab

License

Notifications You must be signed in to change notification settings

slmgc/react-isomorphic-immutable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Isomorphic-Immutable

An isomorphic example with React 0.14, React Router 1.0, ES6/ES7, Browserify, PureRenderMixin, CSS live reloading, cancellable async actions, server-side rendering with data prefetching and immutable state with Baobab. It has a simple JSON REST API using LokiJS as a database, so you could play with it without much fuss. The database can be changed to a more production-ready one, like MongoDB, pretty easily.

Online Example

You can check the app at http://isomorphic-slmgc.rhcloud.com

Usage

npm start

Just it. It installs all requirements automagically and runs a development server at localhost:8080. It also populates a simple JS-based database with a single user. To sign in use:

email: [email protected]
password: 123

Main Dependencies

Missing Features

I'm constantly adding more features from my real-life production projects, but there could be many missing features. I would be glad to get some feedback from you and I'm always open to feature requests :3

About

Isomorphic React Example with ES7, React Router, Data Prefetching and Immutable State with Baobab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published