https://github.com/fallenmax/redux-observable-reimpl
A quick cover of redux-observerble
https://github.com/fallenmax/redux-observable-reimpl
Last synced: 8 months ago
JSON representation
A quick cover of redux-observerble
- Host: GitHub
- URL: https://github.com/fallenmax/redux-observable-reimpl
- Owner: FallenMax
- Created: 2018-05-06T02:16:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T02:16:25.000Z (almost 8 years ago)
- Last Synced: 2025-03-14T21:41:37.790Z (11 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A quick cover of redux-observerble
This repo demonstrates a redux-like state container featuring:
* Manages state and effects in a Redux-observable manner
* Statically-typed with Typescript, userland types (actions/reducers/state/epics) are preserved and cross-checked (see src/features).
* Minimal (and readable) implementation