Components are reusable and independent building blocks of a react app. They are the same as a javascript function but return a node (something that can be rendered). They represent a discrete piece of UI. Component-based architecture in React is the...
tech-blog.agrittiwari.com3 min read
No responses yet.