generator-redux-stack v9.0.0
generator-redux-stack
A react/redux generator with all the build tooling goodies.
Requirements
- NodeJS
- Yeoman
Tech Stack
- react (v15) - View layer
- react-router (v4) - Router
- redux - State management
- redux-thunk - Async actions
- sass - CSS preprocessor
- react-css-modules - Scoped CSS modules
- babel - ES6/JSX compiler
- webpack (v2) - Module bundler
- jest - Test suite
Setup
Install it globally:
$ npm install -g generator-redux-stackUsage
Make a folder for your app:
$ mkdir app-name && cd app-nameGenerate the app scaffolding:
$ yo redux-stackBoot up the app:
$ npm startModule Generators
Generate a new container:
$ yo redux-stack:containerGenerate a new component:
$ yo redux-stack:componentGenerate a new set of actions with corresponding reducer:
$ yo redux-stack:actionsDev Tooling
- Hot module replacement
- Redux time travel (using redux-devtools)
- Redux devtools monitors (log, diff, slider, import/export)
- Redux action log (using redux-logger)
Keyboard Shortcuts
- ctrl + h - Show/hide
redux-devtoolsdock - ctrl + c - Change
redux-devtoolsmonitor - ctrl + m - Move
redux-devtoolsdock - ctrl + e - Show redux import/export tool
License
MIT
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago