Understanding React Concepts part 3
React Component Composition
Component
Component is the basic building block of React. They are independent and reusable bits of code that accept props and return React elements. Understanding components
and how to work with them is a must-know for ev...
asaniyan.hashnode.dev2 min read