#nextjs
Read more stories on Hashnode
Articles with this tag
Recently, I got a task to do a wizard form dialog component that is being used in multiple places in a NextJS project - There are few ways we could...
initialize the Next.js project using this command below. pnpm create next-app@latest my-app --typescript --tailwind --eslint and fill up with the...
Next.js has font optimization option using their package next/font using google fonts and local. When adding a storybook to a Next.js project, you...