The Root of the Matter: Why We Put React in a Div and Not body
React is a popular JavaScript library for building user interfaces. At its core, React allows you to compose complex UIs from small, isolated pieces called components.
When using React, you need to specify a root DOM node in your HTML document where ...
precodes.hashnode.dev7 min read