-
Notifications
You must be signed in to change notification settings - Fork 44
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
Roadmap for Future Development #19
Comments
should we update RxJS to 5 version? |
@eudaimos the immediate needs for my project(s) is pushing out the middleware function fix to npm. As far as long term, now that there's a few more updates, seeing regular updates would be fantastic. It's too bad that the original creator is so busy because he's made some awesome stuff like this library, I would say the biggest thing this project needs apart from the bug fix I mentioned previously and more people is some ol' fashioned TLC. The docs are in a state of dis-repair as you mentioned and it would be very helpful to have examples on how the observable middleware is used (for example). In terms of priorities, I would say:
|
+1, looking forward. |
Getting the latest working version published is clearly #1 - any ETA on that? Otherwise your list is good - this is a very useful library and it'd be a shame to see it fade away! |
From a comment by @chicoxyzzy in #18 - a chance for those actively using this library to weigh in on what gets done next.
My thoughts are (reprinted/modified from #18):
npm install redux-rx
installs version0.5.0
but the latest Release for the repo is tagged as0.4.0
, neither of which have the fix for the Middleware APIimport
statements at the top and an example of how to use it withreact-redux
, specifically:createConnector
example by showing how it is used with theTodo
componentobservableMiddleware
doesn't even includeobservableMiddleware
in the examplerx
andredux
peer dependenciesNot necessarily in that order.
Also some comments from @acdlite in that issue thread that modify the list above:
In response to my example which is
he also wrote
Is there anything else you'd like to see?
What's immediately needed for your project?
What do you want longer term?
The text was updated successfully, but these errors were encountered: