Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/YannickFricke/quacked
Create maintainable redux state slices
https://github.com/YannickFricke/quacked
Last synced: 4 days ago
JSON representation
Create maintainable redux state slices
- Host: GitHub
- URL: https://github.com/YannickFricke/quacked
- Owner: YannickFricke
- Created: 2020-05-04T19:00:28.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-07T17:59:20.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:53:28.532Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/quacked
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quacked
Create maintainable redux state slices!
## About the project
What sound does the duck make? QUACK!
We all know the problem - splitting everything we need for our redux store across different files.
For that [Erik Rasmussen](https://github.com/erikras) formed the term "redux ducks", where all actions, action creators
and the corresponding reducer are defined in a single file.Sadly most of the libraries out there are written in JavaScript - a thing where TypeScript can't help you with type definitions.
Quacked got you covered for this problem!