angular-redux / store

Angular 2+ bindings for Redux
MIT License
1.34k stars 202 forks source link

Project still active? #479

Open smatthews1999 opened 7 years ago

smatthews1999 commented 7 years ago

Sorry for this question... but is this project still active? I only ask because of the lack of any recent commits in the repository. Has this project migrated into ngrx/store? I am hoping it is still active because I am no longer able to use ngrx/store due to the bugs and increasing complexity of the product. Thanks.

kuhlschrank commented 7 years ago

I second this question.

It seems like ngrx/store is all the buzz nowadays. The reason I'm not switching to it is the lack of a working equivalent of angular-redux/form.

Is angular-redux/store still alive?

MonsieurMan commented 7 years ago

Hey guys, I am really needing these tools too and if I show good work with it, I could maybe get a bit of my organization to back it.

If the author is not reactive enough he should add more people to the repo.
If he gives no response, I guess it's open source...

e-schultz commented 6 years ago

@smatthews1999 @kuhlschrank @MonsieurMan the project is still alive, and I'm using it in a few different production level projects at work.

It hasn't been abandoned - just been a matter of time to try and address issues that have been opened by other people.

MonsieurMan commented 6 years ago

Let's make it live again then ! 😄

lvidal1 commented 6 years ago

I've been using in 3 projects by this time, too. Some bits for saying: You are doing an amazing job here.

mengel188 commented 6 years ago

Same here, been using this in a few different projects. Have seen no issues in Angular 5 so far thanks for providing this amazing tool. If you need any help let me know.

SMHFandA commented 6 years ago

Also use this library in big project.

e-schultz commented 6 years ago

Thanks for your support, I've been enjoying working on this. Wish I had more time to document things better.

I'd be curious to hear about the types of projects / use cases other developers are using this with, and if there is anything that can be done to make working with it easier, either as part of the core library - or other packages.

alaindeurveilher commented 6 years ago

Hello there, I am also using this in my project, and glad to hear that this is still alive :-).

I am about to update my project to angular 5 and all its dependencies, but I am a bit confuse about the versioning strategy used by @angular-redux/store. There are so many versions published in the same time, which are not commented in CHANGELOG.md by the way, or created in a not chronological order (for instance v8.0.0-1 created before the 7 versions, etc...)

So what version of @angular-redux/store do I need to use now in my Angular 5.1.0 package.json please ? Thank you

e-schultz commented 6 years ago

@AlainD- the v8 was an accidental publish. For Angular 5+, use v7 - it only works with Angular 5.

v6 works with 4 or 5, and for the next while where possible will be applying fixes to both where appropriate - I'm using angular-redud/store on a few v4 projects that I can't upgrade yet.

Last few releases in terms of change logs / etc were not clearly handeled on my part, and apologizes for any confusion it has caused.

alaindeurveilher commented 6 years ago

Thank you @e-schultz for the great work! I understand it is a lot of work for you, and we really appreciate what you do. I usually try to figure things myself, but just that recently on this repo versions released were a bit under documented in the changelog, no offense here, but I guess it was the rush of the new version 5 of Angular + fixes for Angular projects in v4 und so weiter. Anyway thank you for the info :-) All clear now.

Eymux commented 6 years ago

@e-schultz Could you release the latest versions to npmjs.com? The last version there is 6.5.8-0.

e-schultz commented 6 years ago

@Eymux just did a bump of v7.0.2 - no code changes, just gets it published under the right@latest tag on NPM.

Also updated readme / changelog to hopefully clarify any confusion around the recent releases / versioning. I had answered the question a few times in issues, but I shouldn't expect my users to dig through the issue history to figure out what was going on.

Let me know if you have any further issues / questions.

Your patience is appreciated, thanks!.