Wpis z mikrobloga

The value in Redux is there is a clear, consistent way to manage state shared between components. Redux is a good solution for reacting to global state changes, or for reacting to state shared between components that are not connected by parent-child relationships. On the downside, the extra layers of indirection – triggering an action, handling that action in a reducer, then updating state – make it more complex than just setting component state directly.

http://wrschneider.github.io/2017/01/17/dont-redux-all-the-things.html

#interfacesmieci
#webdev