DEV Community

Discussion on: Redux VS React Context: Which one should you choose?

Collapse
 
avkonst profile image
Andrey

"Context or Redux?" is too narrow question. Look at the Hookstate (hookstate.js.org/) It makes local state, lifted state, or global state equally simple and highly efficient. Moving local state to global is "+1 line" of code change.