Pure components in React
What are components? The basic building blocks of React which can be anything from a simple HTML element to a SPA (single page application) can be termed as a component. The pros of using components in React is to achieve reusability of elements havi...
Jul 28, 20242 min read48