0.1.0 • Published 2 years ago

cra-template-no-redux v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.