Building Your Own Mini React Renderer in Vanilla JavaScript
Ever wondered what really happens when you write something like:
<a href="https://google.com" target="_blank">Click me</a>
How does React magically turn that into a real clickable link in your browser?
In this blog, we’re not just going to talk abou...
subhradeep18.hashnode.dev3 min read