Javascript
Linter
React/Redux
File Structure
- actions
- view_1
- index.js: exports all actions creators.
- types.js: contains all of actions strings.
- group_of_actions_for_view_1.js
- group_of_actions_for_view_2.js
- view 2
- components
- view_1
- view_2
- shared: all generic shared components.
- containers
- reducers
- view_1
- view_2
- entities.js
- stores
- utils
- constants.jsAsync requests
Testing
Last updated
Was this helpful?