Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatgirldorian/redux-insurance-sample
This is a bit of sample code that I used to learn and understand how Redux works. It's based on the model of an insurance company and it helped me cement my grasp of Redux basics.
https://github.com/thatgirldorian/redux-insurance-sample
redux redux-store sample-code
Last synced: 7 days ago
JSON representation
This is a bit of sample code that I used to learn and understand how Redux works. It's based on the model of an insurance company and it helped me cement my grasp of Redux basics.
- Host: GitHub
- URL: https://github.com/thatgirldorian/redux-insurance-sample
- Owner: thatgirldorian
- Created: 2022-08-15T12:13:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T19:32:58.000Z (over 2 years ago)
- Last Synced: 2024-11-09T08:12:53.864Z (2 months ago)
- Topics: redux, redux-store, sample-code
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux-insurance-sample
This is a bit of sample code that I used to learn and understand how Redux works. It's based on the model of an insurance company and it helped me cement my grasp of Redux basics and the Redux cycle.