Virtual DOM React components are created using JSX, but the browser has no clue what it is. Browsers only understand plain JavaScript, so somehow JSX will have to be transformed into it. Consider this JSX that is returned from a component. return (...
adityaprabhat.hashnode.dev12 min read
No responses yet.