Day 2 :Creating Our Own React Library and JSX
So React uses its parallel dom in which it injects the HTML elements and renders the page
so for that, we need to know how React converts an HTML element (back of the scene)
also, we need a render function to merge the dom element in the main conta...
chiragwrites.hashnode.dev2 min read