-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
ImprovementAn improvement to existing featureAn improvement to existing featureenhancementNew feature or requestNew feature or request
Description
For better architecture, move redux related files and services to component specific folders. Such as actions, reducers etc. Current structure that looks is like below.
src/
|
-->actions/
|
-->components/
|
-->container/
|
-->reducers/
|
-->sagas/
|
-->services/
|
-->store/
New structure should look like below:
src/
|
----> components/
|
------> employees/
|
--------> employeesComponent.js
|
--------> adminActions.js
|
--------> adminReducers.js
|
--------> adminServices.js
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ImprovementAn improvement to existing featureAn improvement to existing featureenhancementNew feature or requestNew feature or request