Blog
Thoughts, mental models, and tutorials about front-end development.
Choose topic:Skip tag
Implementing usePrevious hook with useRef
12 min readOctober 24, 2022
Learn how to implement useRevious hook by using react useRef
Mastering redux and redux toolkit
11 min readOctober 21, 2022
Redux data flow and redux toolkit for state management
Monorepo components generator | Plop
6 min readAugust 21, 2022
Automatically generate React components with Plop.js
Understand D3.js
6 min readAugust 15, 2022
Explain about d3.js for solid understanding d3.js and its features
How to explain Separation of Concerns to others?
2 min readApril 16, 2022
Explain Separation of Concerns
Understanding the "Objects are not valid as a react child" Error in React
7 min readFebruary 18, 2021
Explain one of the Most Common Errors in React
Explanation of JavaScript Closures
7 min readFebruary 06, 2021
A Simple Explanation of JavaScript Closures
React Core Concept: useEffect
5 min readJanuary 12, 2021
An in-depth look at the useEffect hook in React with a mental model
React Core Concept: Rendering & useState
11 min readNovember 29, 2020
Do you wonder why do we use hook instead of normal variable? This will help you redefine some concepts.