React Day 2: Understanding Hooks & State Management

Day 2 of React series. Learn the rules of Hooks, manage state with useState, and handle list rendering with map().

November 18, 2024 · 6 min · 1265 words · Nirajan Khatiwada

TanStack Query (React Query): The Ultimate Guide

Master TanStack Query for efficient server state management. Covers useQuery, useMutation, caching, pagination, and infinite scrolling.

March 14, 2025 · 15 min · 3035 words · Nirajan Khatiwada

React Day 4: Lifting State Up & Shared Data

Day 4 of React series. Understand how to share state between components by lifting state up to a common ancestor.

November 20, 2024 · 6 min · 1092 words · Nirajan Khatiwada

React Day 8: Context API & Prop Drilling

Day 8 of React series. Understand prop drilling and implement the Context API for efficient global state management.

November 23, 2024 · 8 min · 1543 words · Nirajan Khatiwada

React Day 12: State Management with Zustand

Day 12 of React series. Learn how to use Zustand for efficient, scalable, and boilerplate-free state management in React.

November 27, 2024 · 9 min · 1812 words · Nirajan Khatiwada