Tinkering projects by Night. Working as a Frontend developer by Day. Frontend enthusiast.
Nothing here yet.
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 Farm and it currently has 3.4k stars in their Github. Its creator is brightwu(吴明亮) worked in ByteDa...

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 approach this. However, I find this trick really fun to be done in a way. To use this trick I installe...

initialize the Next.js project using this command below. pnpm create next-app@latest my-app --typescript --tailwind --eslint and fill up with the prompt with default answer like so. ✔ Would you like to use `src/` directory? … Yes ✔ Would you like to...
