Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reduxjs/redux-templates
Official Redux templates for Vite, Create-React-App, and more
https://github.com/reduxjs/redux-templates
create-react-app redux redux-toolkit typescript vite
Last synced: 5 days ago
JSON representation
Official Redux templates for Vite, Create-React-App, and more
- Host: GitHub
- URL: https://github.com/reduxjs/redux-templates
- Owner: reduxjs
- License: mit
- Created: 2019-12-08T23:16:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T14:08:15.000Z (5 months ago)
- Last Synced: 2025-01-09T11:05:31.932Z (12 days ago)
- Topics: create-react-app, redux, redux-toolkit, typescript, vite
- Language: TypeScript
- Homepage: https://redux.js.org
- Size: 2.96 MB
- Stars: 1,442
- Watchers: 22
- Forks: 259
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux Project Templates
This monorepo contains the official Redux templates for Vite, Create-React-App, and (eventually) more.
For installation and setup instructions, see the README file in each project template folder under `./packages/`.
Currently, this repo contains these templates:
- `vite-template-redux`: Vite, with TypeScript
- `cra-template-redux-typescript`: Create-React-App, with TypeScript
- `cra-template-redux`: Create-React-App, with JavaScript