Skip to content

mi4l/ReactReduxMultiStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple, nested stores using React/Redux

Given the unfortunate situation where applications are not quite ready to be completely decoupled but need to be functionally decoupled, using react-redux@6+ can help ease the transition.

npm i
npm start
  • PrimaryApp is the app that all others will be nested under.
  • SecondaryApp is imported directly into PrimaryApp
  • ExternalApp is passed in as a dependency

About

Proof-of-concept multi-store app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published