Has anyone had any luck using ng2-redux with ionic2? I have searched and haven’t found anything useful.
If anyone has some sample code it would be appreciated. Thanks.
Hmm, I have not used it before, but you should be able to get something from this starter project.
Please review https://github.com/janjarfalk/ionic2-angular2-ts-redux-boilerplate - seems updated to current ng2 - had some troubles with redux-immutable typings after fresh install.
Have you considered using ngrx/store (https://github.com/ngrx/store) which is redux made for Angular 2?
Functionality is the same as redux but you have observables built in.
Isn’t ng2 redux also observable based?
https://github.com/angular-redux/ng2-redux/blob/master/docs/select-pattern.md
Hi CanKattw
True, it is.I ment on plain redux without Angular 2 support.
Sorry for not being clear.