Last active
July 29, 2018 10:53
-
-
Save sagiavinash/79fe74361f2ba828d383f6a347f43094 to your computer and use it in GitHub Desktop.
Sample React Redux Dependency Tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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