Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Isomorphic React+Flux application architecture w Fluxible

Notifications You must be signed in to change notification settings

porchdotcom/isomorphic-porch-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-porch-demo

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

Demonstrating isomorphic application architecture with React + Fluxible. Code is heavily documented for your reference.

Follow @PorchDev for updates!

Setup

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

Visit http:https://localhost:8000

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.

About

Isomorphic React+Flux application architecture w Fluxible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 8.5%