-
Notifications
You must be signed in to change notification settings - Fork 3
Main structure
Michael K edited this page Apr 16, 2018
·
3 revisions
Main code structure:
- Redux Provider
- Persist Gate
- Connected Router
- Main Application
Store:
- Middleware: History + Thunk
- PersistedReducer
- PersistConfig
- Combine: All stock reducers, Router reducer, Form reducer
- ComposeEnhancers: Redux DEV tools || compose
Store: PersistedReducer + ComposeEnhancers(Middleware)
Persistor: persistStore(Store)