Day 1 - React JS - Getting Started
Components
React apps are made out of components. A component is a piece of UI that has its own logic and appearance. A component can be as small as a button or an entire page.
React components are JavaScript functions that return markup:
function My...
gambhirsamarth.hashnode.dev2 min read