Sitemap
Welldone Software

The leading full-stack software solutions company. Creating amazing frontends and rock-solid backends using top-notch technologies and practices. Visit us at https://welldone.software/

React Element’s “Parent” vs “Rendered By”

2 min readNov 11, 2019

--

How come a React element’s parent might not be the one who renders it?
The React components we are going to work with.
The Child React elements are first created and then passed to the creation function of Parent.
Renders go from top to bottom and mounts from bottom to top.
React developer tools helps us see that Child is rendered by App.
’s article: How to reduce unnecessary re-renders.

The main sandbox.

--

--

Welldone Software
Welldone Software

Published in Welldone Software

The leading full-stack software solutions company. Creating amazing frontends and rock-solid backends using top-notch technologies and practices. Visit us at https://welldone.software/

No responses yet