Tired of DoSing yourself? Learn how React’s useEffect’s dependency array works

React’s useEffect hook is an incredibly useful tool for fetching data, but if you’re not careful, can cause infinite re-renders. Read more

Similar

React State Management in 2021

Managing state in a UI is challenging. It's genuinely difficult and the solutions require a depth of knowledge and experience to understand. Everything is a balance of tradeoffs in complexity, performance, and user experience. (more…)

Read more »