React Series - #2 [Component & Props]
React Component
A Component can seen as a core element of every React UI.
A UI made with react is essentially a combination of multiple components, the components are defined once and can be re-used in multiple parts of the UI and through the use of ...
codepadawan.hashnode.dev2 min read