Open wallzero opened 8 years ago
Hi @Schlesiger thanks for using rxr. It's not dead, I had a very little time to update it. I've prepared scoped state and some nice new functions but had no time to prepare docs, so therefore they are not yet published. I make my best to make this update within a week or so. I'd like to hear from you any ideas and experiences you have with rxr.
Thanks for the update! A couple ideas:
import {Observable} from 'rxjs/Observable';
I've only recently started learning RxJS, but RxR and the docs have helped migrate an existing Redux app and practice the basics. I'm curious how efficient it will be if I have a large state. I plan on testing a use case where I'll load state with several MB of data.
Thanks @Schlesiger for your ideas. The optimization is 2nd on my list.
For me the best benefit of RxJS approach is not having all these action constants and creators and the need to care about dispatch.
I hope to publish the next version till the end of this week.
Hi, I like this solution so I have to ask - do you still plan evolving this idea/concept of RxR and this repository? Or can you please publish (at least) WIP version with scoped state etc. to new branch, so I can learn from it? I would be very grateful, thanks.
Hi @fandaa I'm currently little bit busy but I'm still big fan of RxJS and not happy not having time for rxr.
I'll do my best to publish what you want :)
This is a great, simple way to implement RxJS state management in React with Redux-like patterns. I have it working in my project, but since there hasn't seen any updates in awhile, I am concerned either it's dead or the author has found a serious issue with this approach. Am I safe to use this?