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...
Nesting a Button Inside a Link
4 min read––– viewsSeptember 28, 2024
Discover whether you can nest a <button> element inside an <a> tag.
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...
React Core Concept II: useEffect
6 min read––– viewsNovember 02, 2022
An in-depth look at the useEffect hook in React with a mental model
Loading...
React Core Concept I: Rendering & useState
12 min read––– viewsNovember 29, 2021
Do you wonder why do we use hook instead of normal variable? This will help you redefine some concepts.
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...
Create React App vs Next.js
4 min read––– viewsJanuary 19, 2021
What's the difference between Next.js and Create React App?