Search posts, tags, users, and pages
Nnamdi Azubuike
Software Engineer
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...
Ibrahim Mohammed
Frontend Engineer
Great content. But I don't think
functional component === stateless component
also
class component !== stateful component
functional components can have states and class components can be stateless.
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.