Components describe a part of the user interface. They are reusable and can be nested inside other components.
We have two types of components:
- Stateless Functional Component
- Stateful Class Component
Components describe a part of the user interface. They are reusable and can be nested inside other components.
We have two types of components:
Leave a Reply