Components in React
React is a free and open-source front-end JavaScript library for creating user interfaces based on UI components. It is also known as React.js or ReactJS.
But first, here is a quick overview of React taken from the documentation. One thing you should...
iamclement.hashnode.dev3 min read
Ibrahim Mohammed
Frontend Engineer
Great content. But I don't think
functional component === stateless componentalso
class component !== stateful componentfunctional components can have states and class components can be stateless.