craigbeck.lab67.me

Posts in "redux"

Namespacing Actions for Redux

With Redux, you can use combineReducers to create nested reducers that only operate on a slice of state, but all reducers still respond to all actions. Often this is the point—a component can affect another component just by dispatching an action. But when we started creating multiple instances of the same component, we created a system where every instance responded to action meant for just one.

A Cartoon Into to Redux

One thing that causes even more confusion than Flux is the difference between Flux and Redux, a pattern that was inspired by Flux. In this article I’ll explain the differences between the two.

A super-accessable introduciton to Redux, with lots of pictures. This was published last year, but I still love how Lin Clark did this. (bonus four-part series on Relay too)