Skip to content

Instantly share code, notes, and snippets.

@sagiavinash
Last active July 29, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagiavinash/79fe74361f2ba828d383f6a347f43094 to your computer and use it in GitHub Desktop.
Save sagiavinash/79fe74361f2ba828d383f6a347f43094 to your computer and use it in GitHub Desktop.
Sample React Redux Dependency Tree
RootComponent.js
|_store.js
| |_rootReducer.js
| |_loginReducer.js
| |_pageReducer.js
|_AppContainer.js
|_App.js
|_PageContainer.js
|_Page.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment