Virtual DOM and how is react so fast?
React uses jsx which means these little html tags that we see in our components are not actually the html tags but are fake ones. React creates a virtual DOM using these fake tags while what is really happening is, we are telling React to manipulate ...
eakansh.hashnode.dev1 min read