Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 559 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 559 Bytes

Niflheim (An RxStore for the new era)

Next Actions

We need to work on 2 distinct sides. For both stability and adoption.

Introduce the concept of exchanges.

  • 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 and IndexDB.

Documentation and Testing

  • Write Documentation for packages core, react with examples.
  • Write Unit Tests. For packages core, react.