Blog
Thoughts and tutorials about front-end development and design.
Choose topic:Skip tag
How to Create Fully Reusable React Components
9 min readCreating a component is fairly easy, but doing them correctly is a different story.
Understanding Next.js Data Fetching (CSR, SSR, SSG, ISR)
10 min readThorough explanation on Next.js data fetching method such as CSR, SSR, SSG, and ISR.
The biggest Next.js boilerplates of 2023
10 min readThe top Next.js boilerplates from several tech stacks to match with your needs
Next.js Authentication using Higher-Order Components
7 min readSolve problems such as colocation, and error-prone code
React Core Concept I: Rendering & useState
12 min readDo you wonder why do we use hook instead of normal variable? This will help you redefine some concepts.