In the whole React ecosystem render is used as a keyword to produce HTML/DOM abstractions though. For example class based components having the render function.
The rendering you mention never happened anywhere in the React JS code. Browser did the rendering internally.
The rendering you mention never happened anywhere in the React JS code. Browser did the rendering internally.