Gautham R Vanjregautham10.hashnode.dev·Mar 23, 2024Implementing Authentication in your Next.js application using ClerkIntroduction Clerk Auth is a modern authentication and user management platform that aims to simplify the process of adding authentication and security features to web applications. It provides developers with a set of tools and APIs to handle user r...Discuss·64 readsNext.js 14 Learning pathNext.js
Gautham R Vanjregautham10.hashnode.dev·Feb 17, 2024Hydration Error in Next.js: What is it and how to solve itIntroduction Before moving on to the main topic, I want to step back and explain Next.js. Next.js is an open-source React framework that facilitates the building and deployment of server-rendered React applications. Developed by Vercel, Next.js seaml...DiscussNext.js 14 Learning pathNext 14