auto-generate-redux-store-file
v0.5.2
Published
- We have store with structure like: 1. store - subStore1 1. actions 2. reducer - subStore2 - ... - We want to clone subStore1 to new sub store and also replace current name of action, action name
Downloads
5
Readme
Auto clone sub redux store directory
Assume:
- We have store with structure like:
- store
- subStore1
- actions
- reducer
- subStore2
- ...
- subStore1
- store
- We want to clone subStore1 to new sub store and also replace current name of action, action name
Usage:
redux-file-generact
- Choose which sub store want to clone
- Name for it
- Choose location for it
- Done