How to destroy your app performance using React contexts

from blog Vladimir Klepov as a Coder, | ↗ original
useContext hook has made React Context API so pleasant to work with that many people are even suggesting that we drop external state management solutions and rely on the built-in alternative instead. This is dangerous thinking that can easily push your app's performance down the drain if you're not careful. In this article, I explore the perils...