reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Component

Component

A Component is part of code (block) that can be replaceable, portable, and reusable. or we can say a component is a software object(code), intended to interact with other components, we can call a component at some place and change or add something in this part of code only. from

Charactistics of a Component :

Component

Advantages of using component based architecture:

react

Props