DEV Community

Discussion on: Redux VS React Context

Collapse
 
larsejaas profile image
Lars Ejaas

And Redux isn't really ideal for storing serialized data. A quick example: In Context it easy to store a ref to a DOM node. Things like this are not really easily done in Redux.