Optimizing React performance without refs and memo
Frequent state updates in React can lead to performance problems. How to fix this withohut using refs or memo?
Hi there 👋 I'm Alex
Subscribe to get notified
when a new one comes out
Frequent state updates in React can lead to performance problems. How to fix this withohut using refs or memo?
And how to fix it
Lifting the state up
Worried some of your react components may be re-rendering too often?
When should I start optimizing my React app?
Pause and debug your React app
Javascript has First-class Functions. What does it mean?
Why do we need to clean up effects
Side effects in React
Refs in React and how they affect rendering