Edit: Contrary to what the readme says, it looks like the project actually uses ngrx, not Redux (unless I'm missing something).
> Angular(4.2) E-Commerce front-end framework for spreecommerce
> built with ️ using Angular2, Redux
> built with ️ using Angular 5, Redux/ngrx-store 4
> Current version of Angular is latest release 4.0.0.
I don't mean to sandbag the project at all, it looks good (I haven't really dug into it yet)! But would be nice if the README could decide on what it actually is. :)
They're not mutually exclusive :)
Without using something like Redux, you can get by just fine for small apps (and arguably it could be more of a hindrance and over-complication than a help), but for anything more serious it can help a lot.