What is Component?
Types of Components
- Basic meaning of component is “one of several parts of which something is made”
- In ReactJS one UI page is consists of so many component(s).
- Components are independent and reusable code. Building blocks of ReactJS Application.
- Components is like JavaScript functions, but work individually to return JSX code as elements for UI.
- Parent Component is group of all child components.
No comments:
Post a Comment
Please, Write your valuable comments..