ebrakke / python-redux

MIT License
32 stars 4 forks source link

Use RxPy #1

Open ebrakke opened 8 years ago

ebrakke commented 8 years ago

Look into using RxPy https://github.com/ReactiveX/RxPY in the same way that Redux is using RxJs

wandonye commented 7 years ago

This will be really useful. I have been using RxPy and Pyside, and found it is extremely difficult to keep track of states. Many efforts were spent on figuring out what is the current state, which part of the codes triggered the state... Also let me know how I can help.

ebrakke commented 7 years ago

Feel free to clone and contribute! I'm working on making a more "pythonic" API right now as the current implementation on master is a bit too much like javascript. If you look at the branch v1.0, you can see the progress.

I haven't had much time to keep up with this recently, as I've been busy with work. But any improvements you can think of (especially implementing RxPy) would be much appreciated!