Simple Explanation on React component and types of React component
What is React Components?
React component are reusable piece of code written that can be use just like a function. Once a component is declared it can be use in other components.
There are two types of React component
Class component
Class component...
jonuel.hashnode.dev2 min read