Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.12 KB

isomorphic-porch-demo

Join the chat at https://gitter.im/mdressman/isomorphic-porch-demo

Demonstrating isomorphic application architecture with React + Fluxible. Follow @PorchDev for updates!

Setup

git clone https://github.com/mdressman/isomorphic-porch-demo.git
cd isomorphic-porch-demo
npm install
gulp

Visit http://localhost:9312

Libraries

  • fluxible - pluggable application container to facilitate an isomorphic React+Flux architecture. Developed by Yahoo. Makes use of plugins wrapping smaller core libraries:
  • dispatchr - isolates dispatcher and stores per request
  • routr - isomorphic routing functionality
  • fetchr - provides an abstraction so that you can fetch (CRUD) your data in your stores using the same exact syntax on server and client side.