Loading...
Mastering Next.js Rendering Strategies: A Comprehensive Guide with Live Examples
13 min read––– viewsJanuary 02, 2026
Learn about SSG, ISR, SSR, and CSR rendering strategies in Next.js with real-world examples, performance analysis, and a hands-on demo project.
Loading...
Next.js Stealth Mode: Error Handling & Code Protection
4 min read––– viewsFebruary 22, 2025
Protect your Next.js source code in production with secure error handling and hidden source maps.
Loading...
How to Create Fully Reusable React Components
9 min read––– viewsApril 21, 2024
Creating a component is fairly easy, but doing them correctly is a different story.
Loading...
Advanced React Patterns
10 min read––– viewsMarch 03, 2024
List of react advanced patterns complete with examples.
Loading...
A look at React hydration and pre-rendered HTML
7 min read––– viewsDecember 06, 2023
Learn how React hydration works and how to troubleshoot the hydration error
Loading...
Understanding Next.js Data Fetching (CSR, SSR, SSG, ISR)
9 min read––– viewsJuly 20, 2023
Thorough explanation on Next.js data fetching method such as CSR, SSR, SSG, and ISR.
Loading...
Next.js Authentication using Higher-Order Components
7 min read––– viewsMarch 10, 2023
Solve problems such as colocation, and error-prone code
Loading...
One-stop Starter to Maximize Efficiency on Next.js & Tailwind CSS Projects
9 min read––– viewsJanuary 05, 2022
Increase your efficiency by using preconfigured starter repository, with rich development features and automations.
Loading...
React Loading State Pattern using Toast & SWR
7 min read––– viewsNovember 13, 2021
Easily manage react loading state with React Hot Toast and SWR custom hooks.
Loading...
How to show Now Playing in Spotify with Next.js
5 min read––– viewsNovember 12, 2021
Spotify API grants us access to know what is currently played on your Spotify.
Loading...
How to choose between Next.js CSR, SSR, SSG, and ISR
11 min read––– viewsNovember 12, 2021
4 Metrics and examples of how to choose the right fetch method for the right case.
Loading...
Next.js Redirect Without Flashing Content
5 min read––– viewsMay 18, 2021
Next.js is a static site by default, so redirecting unauthenticated user sometimes can be a problem.
Loading...
Create React App vs Next.js
4 min read––– viewsJanuary 19, 2021
What's the difference between Next.js and Create React App?