Tag: nextjs
All the articles with the tag "nextjs".
Async Local Storage with Examples in NextJS/Typescript
Published:There is way to persist some states within NodeJS without passing parameters around. Today we will discover how to use Async Local Storage with Typescript within NextJS.
Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions
Published:Using higher order functions to compose getServerSideProps to achieve cleaner and more organized code.
Up & Running with Jotai, Typescript and NextJS
Published:Simple, elegant state management with Jotai and type-safety with Typescript. Today we will learn how to use them together.
Monorepo with Turborepo
Published:Setting up monorepo with Turborepo to manage all your React, NextJS and Express projects.
Add Authentication in Seconds with ClerkJS
Published:Adding auth to NextJS has never been so easy thanks to Clerk
How to Setup a Bulletproof Next.js Project with Typescript, ESLint, Prettier, Babel and Husky
Published:In order to make your Next.js project robust and maintainable, you should be using ESLint, Typescript, Husky and Prettier.