Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.23 KB

INSTALL

cd this-project-root npm install bower -g bower install bootstrap-sass-official

What is this?

I'm trying to apply flux pattern with React.js and solve these problems:

  1. Routing : Every application have diferents routes. Ex.: /about, /login, users/:id,...
  2. API connexion : Connect front end app with a REST api in the backend.
  3. Authentication : Manage private views in the front end with Flux + React.
  4. Caching : Once initial server data is loaded, use in difirent views (like a local Backbone collection)
  5. I18n : Mannage app translation and dates localization.
  6. packaging : Find a way to make independent load of custom parts in the application Custom Apps.
  7. Assets management : Use webpack
  8. Development Enviroment : Use a Rails API backend and this frontend under the same PORT.
  9. testing : Find the best way to test a Flux + React powered app. Facebook has something. Investigate.
  10. Gulp : Instead of Grunt try Gulp

References

  1. React
  2. Flux Arquitecture
  3. flux Lib
  4. react-router