#nextjs
Read more stories on Hashnode
Articles with this tag
video By default all pages and component are server component server component we can call api without using useEffect(()=>{},[]) build on server...
code npx create-next-app@latest what is your project name? --> elib-client-app would you like to use Typescript? --> yes would you like to use...
part1 next.config.js -> modify the existing webpack rules to use svgr loader: '@svgr/webpack' --> to do svg transformation postcss.config.js...
-> anonymous feedback -> code --> video basic home page login (admin) register/signup (new user)--> username,email,password then send you the...
nextjs-13 -> code npx create-next-app@13 # name, typescript, npm i bootstrap react-bootstrap nextjs-progressbar npm run dev folder pages -->...