In React, a component can be stateful or stateless. A stateful component uses a state while a stateless doesn't. A state is a built-in object in a React component that is used to store data. Also, React components can be functional or class-based, b...
iamharoon.hashnode.dev5 min read
No responses yet.