statex icon indicating copy to clipboard operation
statex copied to clipboard

Why use statex over ng2-redux?

Open Nxt3 opened this issue 7 years ago • 3 comments

What advantages does your lib have over something like ng2-redux?

https://github.com/angular-redux/store

Nxt3 avatar Jan 26 '18 14:01 Nxt3

Hi @Nxt3,

I wrote an article about what is my thought process behind creating this library. Please read https://medium.com/@rintoj/its-2017-time-to-give-redux-another-thought-fa3bc4373df9. Many of the points are not applicable to ng2-redux, but this article should give you some idea.

rintoj avatar Feb 02 '18 05:02 rintoj

@rintoj I've already seen that article. I wanted to know how statex compares directly to something like ng2-redux.

Nxt3 avatar Feb 02 '18 18:02 Nxt3

@Nxt3, ng2-redux looks pretty much similar to StateX. My idea of this library is to use decorators to trim down the glue code and make the same library available for both react (react native) and angular.

rintoj avatar Feb 12 '18 20:02 rintoj