Module Quiz : Component Use and Styling - React Basic
Why is React using the concept of components?
It helps accessibility readers for people who are visually impaired.
It improves the styling of your pages.
It allows the browser to render your pages faster.
It allows you to build more modular apps....