
Admin
Helpdice Team
Why component are used in react ?
A component is a key building block in React. To put it another way, any React application you develop will be made up of components. Components make it much easier to create user interfaces. Breaking up the user interface into different pieces with React components allows you to reuse and manage them independently.
Related QNA's