The purpose of this repo is to experiment with redux in python.
The code is based on pyredux
Using pyresistent for the store. Which is not well documented.
- Using multiple reducers, how do we refrence state in another part of the store.
- Change notification come are sent even if there is no state change.
- Change notificaiton is global, can we register for a subtree
1 is this usefull on the server side? 2 On server side how do we distribute across many nodes 3 Async support using Asyncio