https://github.com/arthurdenner/redux-vs-redux-actions-vs-redux-starter-kit
A simple project was built to show a coworker the difference between creating actions and reducers with and without redux-actions.
https://github.com/arthurdenner/redux-vs-redux-actions-vs-redux-starter-kit
Last synced: 3 months ago
JSON representation
A simple project was built to show a coworker the difference between creating actions and reducers with and without redux-actions.
- Host: GitHub
- URL: https://github.com/arthurdenner/redux-vs-redux-actions-vs-redux-starter-kit
- Owner: arthurdenner
- Created: 2019-01-29T17:40:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T10:29:58.000Z (over 6 years ago)
- Last Synced: 2025-01-23T19:53:00.484Z (5 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Goal
This simple project was created to show a coworker the difference between creating actions and reducers with "barebones Redux", [redux-actions](https://github.com/redux-utilities/redux-actions) and [redux-starter-kit](https://github.com/reduxjs/redux-starter-kit), two packages with utilities for Redux.
To see the project with `redux-actions`, checkout to the branch named `with-redux-actions`.
To see the project with `redux-starter-kit`, checkout to the branch named `with-redux-starter-kit`.
Thanks to @acemarke for suggesting an example with `redux-starter-kit`.