Reader > Recent Status Updates

Showing 1-25 of 25
Reader
Reader is on page 29 of 383 of Advanced React: Deep dives, investigations, performance patterns and techniques
Chapter One

I've learned how React triggers its re-renders. It all depends on the state. That means if a component contains a state and this changes, it will update and re-render all the components inside until it reaches the end of the component chain. One common solution is to isolate the states as much as possible.
Oct 18, 2024 07:41AM Add a comment
Advanced React: Deep dives, investigations, performance patterns and techniques

Follow Reader's updates via RSS