Blog 📝
I share my knowledge here and things that can make someone's life easier
Internationalization in Next.js App Router with next-Intl
How to build a multi-language application with Next.js?
Partial Prerendering in Next.js
What is Partial Prerendering and how it works?
NextAuth with Supabase Adapter
How to implement next-auth with Supabase adapter?
Type Safe Server Actions with next-safe-action
What is next-safe-action and how to use it?
Providers inside RootLayout in Next.js
Why using 'use client' Providers inside RootLayout is ok?
Dark Mode in Next.js: A Step-by-Step Guide
How to add Dark Mode to Next.js App?
Understanding Memoization in React
How to use memoization in React?
Refactoring with a Custom Hook
How to refactor a React Component with Custom Hook?
Server Action with Zod Validation
How to create type safe registration feature with Server Side validation?
App state in URL
How to sync component state with URL?