Skip to content

adamkdean/react-redux-universal-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-universal-poc

Proof of concept universal JavaScript app using React, Redux and react-router-redux.

Notes

  • The app doesn't do anything meaningful - it's just a proof of concept
  • Uses react-stamp to compose React components - https://github.com/stampit-org/react-stamp
  • Makes full use of ES6 via babel
  • Buyer beware! This is very much a work in progress and will be used as a playground for testing further concepts

Usage

Uses the config module for handling configuration - view its readme for details on how to configure the app to your environment.

npm start

Credits

The bulk of this approach is based on the blog posts and work of James Long which was very helpful, especially his blog repository.

License

MIT

About

A proof of concept universal JavaScript app using React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%