A Guide to React Rendering Behavior - Mark Erikson - React Rally 2023

Опубликовано: 14 Май 2026
на канале: ReactRally
2,789
128

Mark Erikson - React Rally 2023

React is a library for "rendering" UI from components, but many users find themselves confused about how React rendering actually works. What do terms like "rendering", "reconciliation", "Fibers", and "committing" actually mean? When do renders happen? How does Context affect rendering, and how do libraries like Redux cause updates?

In this talk, we'll clear up the confusion and provide a solid foundation for understanding when, why, and how React renders.