17 followers
Sharing is caring, and I want to give to the community and share my knowledge around as a remainder that I learnt from the community as well.
There is a new build tool in the town, and it comes out as faster as many popular options in the production like Vite and Webpack. This tool is called...
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...
Testing Storybook with Bun and React · Continuing blog, for Bun from the last post; Bun.sh with React, Typescript, TailwindCSS and Storybook In this...
Bringing a faster compilation frontend towards with the new released Bun. · After the release version of Bun 1.0 last few weeks, it has moved the...