Skip to content

Now with Redux! (instead of alt)

Latest
Compare
Choose a tag to compare
@bishopZ bishopZ released this 28 Nov 20:39
· 4 commits to master since this release

After working with both redux and alt, I found redux more difficult to use, but providing specific advantages. Redux's reducers provide a consistent and scalable place for the data juggling logic that alt leaves unorganized in various data Store. In the long term, redux is more scalable because it has better separation of concerns.