Virtual DOM and how is react so fast?
Jul 27, 2021 · 1 min read · 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 ...
Join discussion