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,SessionandIndexDB.
- Write Documentation for packages
core,reactwith examples. - Write Unit Tests. For packages
core,react.