reactreduxer
v0.0.18
Published
Create scaffolding for React components using Redux
Downloads
53
Readme
reactreduxer
Create React components using Redux
Install with
npm install -g reactreduxerRun reactreduxer with the name of the component you want to create
reactreduxer MyComponent You may also use a relative path
reactreduxer ./components/MyComponent A folder will be created for the component and will contain the following files
- MyComponent.tsx
- MyComponent.Container.tsx
- MyComponent.test.tsx
- MyComponent.scss
