Prop drilling and component composition in React
Sometimes all we need to avoid prop drilling is a little restructuring
Hi there 👋 I'm Alex
Subscribe to get notified
when a new one comes out
Sometimes all we need to avoid prop drilling is a little restructuring
Component composition as an alternative to memoization
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