Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluating react-jobs and react-resolver #16

Closed
devdlabs opened this issue Jan 23, 2017 · 4 comments
Closed

evaluating react-jobs and react-resolver #16

devdlabs opened this issue Jan 23, 2017 · 4 comments

Comments

@devdlabs
Copy link

Hi @ctrlplusb I'm planning to use react-jobs or react-resolver for my next project. What do you suggest for browser side development ?
I really need Observer type stuff but hesitate to use RxJS for now so what are simplest options?

@ctrlplusb
Copy link
Owner

Hey @devdlabs

It's hard to say. There is no blanket answer for anything. You will have to evaluate your needs a bit further and describe the problems you would like to solve. If you want to have a loading/error status shown to the user then go for react-jobs. If you want a longer standing and community backed library then go for react-resolver.

Why do you think you need observables?

@devdlabs
Copy link
Author

devdlabs commented Jan 23, 2017

thanks @ctrlplusb We need to handle sockjs events and update the redux state, components etc for live updates etc. I love sockjs over socketio and need simple way to fire appropriate action etc . Any thoughts?
Thank you

@ctrlplusb
Copy link
Owner

Look at this, perhaps it may be a helpful reference?

https://github.com/michaelmitchell/redux-socket.io-connect

@devdlabs
Copy link
Author

Thanks @ctrlplusb it looks interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants