-
Notifications
You must be signed in to change notification settings - Fork 85
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
Is this project dead? #114
Comments
I think the project is indeed dead, would be nice if a maintainer would let us know if it will be deprecated. |
Maybe the solution is to not get one of the original maintainers to relinquish control but for someone who is commenting here to fork this project and we start maintaining the the fork. |
Sorry for the delayed response, I haven't contributed to angular-redux in years so I am not monitoring issues. @smithad15 @e-schultz @SethDavenport Can you confirm? |
Since there has been no answer we can assume that no one is maintaining this project anymore. If some of you are willing to contribute to this repo I can add you as collaborator. |
Correct, I have not been able to find the time to maintain this package, nor am I particularly close to Angular development anymore. Happy to help facilitate a transition, but I also haven’t seen many folks who want to contribute through PRs as yet. The good news is that the core of the package has been incredibly stable over the past couple of major releases and other than an npm dependency warning, should be dependable for some time to come. The places that require more attention are forms (some functionality is currently broken) and other more advanced feature sets. From what I have seen, the need for this package has dwindled over time with the Google team backing the active development of NgRX. In fact, I know of people who have successfully migrated off of this package towards NgRX without too much fuss and the primary APIs are very similar. If, however, you are maintaining an application that has a shared Redux state between multiple frameworks, this is still the best solution for the Angular portion of the Redux bindings. If someone if willing and able to take maintenance of this project on, then I would be happy to help transition what knowledge I currently know to them, but until that time please consider this repo not actively maintained. |
Thanks for creating this lib! As repo is not maintained anymore, we have been considering migrating to NgRX. As in company we were using angular-redux with redux-observable. As we are using only small portion of angular-redux (and all selectors are functions), I have created small connector between angular and redux. In case anyone would encounter similar problem, here is gist of it. |
Please add me as a collaborator. I'm a software architect, I use and rely upon this library, and I'm happy to help maintain it. @wbuchwalter |
@wbuchwalter @smithad15 I am happy to help maintain this project. If you can add me as a collaborator, I can start with basic maintenance like Ng11 updates. |
@rplotkin Unless @smithad15 can chime here to help with that, I think it would be best for you to start a fork as I don't have access to all the npm registries etc. |
@wbuchwalter this is a good idea. I'll do this, and set up CI and such. Once everything is passing I will post again |
@wbuchwalter Just an update, I do have CI working, but the lerna monorepo structure and example-app are causing a lot of issues as I try to get things running and upgrading locally. I am going to spike an nx monorepo structure, which I think will resolve upgradability. My plan is to release a v11 compatible with ng11 (and then keep parity in v numbers with Angular going forward). I'll ensure 10 is compatible with 7/8/9/10, if possible, or otherwise do a 10.7, 10.8, 10.9, and 10.10. I can get this to publish to my npm, but it would be ideal if, once I have that working, that I could take over the npmjs @angular-redux handle. If that ends up not possible, then perhaps calling it @angular-redux-2/platform (or something like that) would be better than having it associated with my name. Open to ideas. |
@rplotkin I do not have access to the angular-redux npmjs handle as my involvement with this project predated it's creation. |
Hey @rplotkin. Glad to hear you're game for taking over help with the library. If you want to get in touch with me on Twitter (@smithad15), we can work out how best to move forward 🙂 |
I would be very interested to know how this was resolved. |
@HarelM any new about this migration? |
Since I did not receive any feedback I decided to take the relevant code and integrate it in my project. |
Hey, I'm trying to maintain this library.
|
@Garefild thanks for the info! |
@HarelM |
What changes need to be make if let angular-redux/store support angular 13 or 14? |
Use another library instead of this one: |
Anyone having problem with this library, following file - https://gist.github.com/baart1989/a8d75be7846fa6d6521ec7821b7a1810 allowed me to get rid off 3rd party dependency, and still use redux in my app. Much easier then moving to any other lib, or try to maintain existing ones :) |
The above library I mentioned is well maintained, I encourage to use it. |
This is a...
What toolchain are you using for transpilation/bundling?
ngc
Additional Notes:
Not really a feature but a general question: Is this project going to be supported going forward, or is it dead? I understand managing such a project is a big commitment, but I am starting to see rust growing, that is documented in the issues, and no apparent work to address it.
If one of the maintainers can give the user community a heads-up on this it would be great, either way. Thanks.
The text was updated successfully, but these errors were encountered: