https://github.com/subraatakumar/redux_example
https://github.com/subraatakumar/redux_example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subraatakumar/redux_example
- Owner: subraatakumar
- Created: 2024-09-18T15:55:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:43:59.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T21:34:49.160Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux
- create initialState
- create reducer
- create actions
- create store
- wrap our app with store provider
- dispatch action to change state