Javascript
ReactJS Functional Components – Understanding the Basics
ReactJS Functional Components are the primary approach of writing React components. This has largely been due to the introduction of React Hooks. At one point, these components were also named as dumb components because they could not handle state. However, Read more…