1 min readNov 30, 2018
In the end, Redux offers some benefits over rolling your own with the new Context API. For most smaller apps, Redux is overkill. It really only comes in truly handy when you want to update/display portions of state from multiple controls. Separating the update logic in a predictable way.