01 - 03 : Introduction to React.js/NEXT
Installation
npx create-next-app
cd project-name
npm run dev
Topic 4: Props and State
4.1 Props (Properties):
Inputs to React components passed from parent to child.
Immutable and accessed via props in functional components or this.props in cla...
krayush1109.hashnode.dev4 min read