#nextjs
Read more stories on Hashnode
Articles with this tag
Explore key Next.js authentication best practices, including middleware vs. page component auth, preserving static rendering, and implementing multi-layered protection.
A simple and minimalistic template to develop your Next.js application in a VS Code development container. · A simple and minimalistic template to...
Learn how to organize icons in your Next.js site for consistency and simplicity. Follow the convention of using a single file and Tailwind CSS for styling.
Supercharge your development experience by setting up Prettier and ESLint in VS Code for your Next.js projects. Improve code formatting and catch errors early.
Learn how to avoid common mistakes in Next.js development by leveraging the power of the TypeScript plugin. Discover the benefits and how to enable it.
Learn how to optimize images in Next.js for better performance and user experience. Follow this checklist to handle images efficiently in your Next.js projects.