- studying this for CU ENG's Vishnu 22nd event as a frontend developer
- to continue learning next.js, please go to this repo.
Tip
ðə ɡraɪnd ˈnɛvə stɒps
- have Node.js v18.17.0 or above
- in folder
nextjs, create filepackage.json, inside the file having{} - go to directory nextjs i.e. type
cd nextjsinto the vscode terminal - type this into vscode terminal:
npm install react@latest react-dom@latest next@latestthis will install node_modules.
- 001 intro to react : how to use react, jsx markup rules
- 002 components
- 003 props : using variables in JSX, Object destructuring, JSX spread syntax, Conditional rendering (
? :,&&,let) - 004 state :
- 005 intro to next.js