Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jingyiniu/redux-demo
https://github.com/jingyiniu/redux-demo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jingyiniu/redux-demo
- Owner: JingyiNiu
- Created: 2022-12-05T00:36:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T21:46:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T05:48:08.385Z (over 1 year ago)
- Language: TypeScript
- Size: 849 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux demo
first part to show how to use redux to build a counter
then move on to build a shopping cart and checkout page
please check different branchescreate app
`npx create-react-app redux-demo --template typescript`install dependencies
`npm i redux react-redux`screenshot