We need to work on 2 distinct sides. For both stability and adoption.
- Introduce networkExchange() for ephemeral state for HTTP, WS, GQL Req.
- Introduce reduxExchange() for viewing Actions on ReduxDevTools.
- Introduce persistExchange() for storing state in
Local
,Session
andIndexDB
.
- Write Documentation for packages
core
,react
with examples. - Write Unit Tests. For packages
core
,react
.