-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feature Request: State Management #1121
Comments
@CharlieGreenman - This would be something that belongs on a fork of the Not everyone wants / needs something like ngrx. As an aside, professionally I run a heavily modified version of the webpack-starter with ngrx / scss & a few other goodies. If you were interested in maintaining a feature fork for ngrx, i'd certainly be up for contributing to it. |
Ok. I was thinking of contributing to https://github.com/qdouble/angular-webpack2-starter. However, https://github.com/NathanWalker/angular-seed-advanced does seem to be better off for this stage in things. It's just that angular2-seed-advanced is too jammed pack, with Electron/Nativescript in particular. I'll take my reservations over to angular2-seed-advanced if need be. |
@CharlieGreenman I wasn't necessarily suggesting you contribute to a different repo. To be clear, I was suggesting you create a fork of this repo and modify it to run ngrx as an example / base seed for those that want to get into redux. Nathan's advanced seed is great but it's based on SystemJS, if you want to use Webpack ( my personal choice ) that is going to be a big change. I've looked at the In the end I personally forked this repo & added ngrx, scss & material2 and it's maintained independently at this point. |
Hey @d3viant0ne , I actually did realize that! I also realized after writing what That being said, would you be interested in open sourcing the your personal repo that has ngrx and scss. I would be more than interested in maintaining. Regardless, I am going to go ahead and create a ngrx/scss version of this repo. Thank you. On Oct 27, 2016 1:16 AM, "Joshua Wiens" notifications@github.com wrote:
|
[ ] bug report
[X] feature request
[ ] question about the decisions made in the repository
Feature
App does not currently allow for state management out of the box.
Build system should have the ability to manage state, using either ngrx, or ng2-redux.
Ability to manage state using ngrx, or ng2-redux. (Ideally, ngrx.)
The text was updated successfully, but these errors were encountered: