cra-template-no-redux

0.1.0 • Public • Published

No Redux Create React App template

Create React App template with Redux features done using React library tools. I was not happy about recent version of official react-redux, so decided to make my own.

Usage

npx create-react-app %PROJECT_NAME% --template no-redux

Or

yarn create react-app %PROJECT_NAME% --template no-redux

Then

cd %PROJECT_NAME%
yarn start

Features

  • Unidirectional state management with React.Context and useReducer.
  • Store middleware (thunks, Promises etc) support.
  • Store enhancers support.
  • Redux devtools support.
  • Feature architecture.

Package Sidebar

Install

npm i cra-template-no-redux

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

76.4 kB

Total Files

72

Last publish

Collaborators

  • morewings