Skip to content

AbrahamAlcaina/isomorphic-flux

Repository files navigation

isomorphic-flux (WIP)

It's a proof of how implement an isomorphic application. You can view the result in heroku

Uses

  • Fluxible as Flux implementation.
  • Mongolabs.
  • SASS.
  • Express.js.
  • Webpack for bundleling

Results

performance

Behaviour

1.- This app do a request to load the initial content in the server.
2.- Dehydrate the stores.
3.- Send to the client.
4.- Loads the app (aka main.js).
5.- Rehydrate the app in the client side.

Install/Run

npm install
npm start

Develop

Start full stack npm run dev (if you are in windows open 2 consoles npm run nodemon npm run webpack-dev)

About

Proof of an isomorphic flux application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published