19th July 2021
Recently React is the most popular javascript framework for building a front-end. React is a rich library with thousands of components. In this article, you will learn about React Component, it’s types and how to use them. Different type of component has a different responsibility. There are many ways to create React Component e.g. using state, without a state(stateless), Pure Component, etc… Usually, there is confusion with types of component and their usage. Most of the developers are confused with the difference between stateless and stateful components and which should be used for better performance. Here in this article, you will learn […]