DEV Community

Discussion on: Replace Redux with Hooks and the Context API: how to

Collapse
 
josemunoz profile image
José Muñoz

just FYI, when working with providers make sure the child is a pure component (if its functional that means it's wrapped in React.memo)

Collapse
 
ricca509 profile image
Riccardo Coppola

Hi,
thanks for your comment, could you please elaborate on that?

Thanks!

Collapse
 
josemunoz profile image
José Muñoz • Edited

Let me borrow some credibility

Thread Thread
 
ricca509 profile image
Riccardo Coppola • Edited

That makes sense now, thanks!