React is a library for building user interfaces. Rendering in React occurs when there is a state change. React calculates state changes using a batching algorithm. StrictMode allows for extra renders in order to check for components' purity.

β€’11m read timeβ€’From ui.dev
Post cover image
Table of contents
What is rendering?When does React re-render?
4 Comments

Sort: