An open API service indexing awesome lists of open source software.

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

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