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?
19 Mar 2024
Partial Prerendering in Next.js
What is Partial Prerendering and how it works?
06 Mar 2024
NextAuth with Supabase Adapter
How to implement next-auth with Supabase adapter?
07 Feb 2024
Type Safe Server Actions with next-safe-action
What is next-safe-action and how to use it?
24 Jan 2024
Providers inside RootLayout in Next.js
Why using 'use client' Providers inside RootLayout is ok?
13 Jan 2024
Dark Mode in Next.js: A Step-by-Step Guide
How to add Dark Mode to Next.js App?
09 Jan 2024
Understanding Memoization in React
How to use memoization in React?
06 Jan 2024
Refactoring with a Custom Hook
How to refactor a React Component with Custom Hook?
31 Dec 2023
Server Action with Zod Validation
How to create type safe registration feature with Server Side validation?
22 Nov 2023
App state in URL
How to sync component state with URL?
11 Nov 2023