react-redux-template-binder
v1.0.5
Published
Redux starter kit to add the boiler code of redux
Downloads
11
Maintainers
Readme
react-redux-template-binder
Generate a set of files and folders based on redux pattern for initially created React & React-Native projects which will automatically add the middleware and combine the initial reducer as well as the action
Installation
# The below command will save the templates in the global directory which will be accessible to any projects created.
npm i react-redux-template-binder -g
Usage
# Navigate to the directory of the freshly created React-Native project and type the beloe command.
setup-redux-rn
# Navigate to the directory of the freshly created React project and type the beloe command.
setup-redux-react
# This will create the necessary files to place it in the project directory