Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/redux-saga-recipes
https://github.com/malcodeman/redux-saga-recipes
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/redux-saga-recipes
- Owner: malcodeman
- License: mit
- Created: 2020-05-28T16:31:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T07:23:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:10:26.287Z (about 2 months ago)
- Language: JavaScript
- Size: 2.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - redux-saga-recipes - Redux Saga recipes. (React)
README
# Redux Saga recipes
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/redux-saga-recipes/blob/master/LICENSE)These are some use cases and code snippets to get you started with Redux Saga in a real app.
## Recipes
- [`Short polling`](./short-polling)
## License
[MIT](./LICENSE)