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

Mastering Motion Values, Spring & useTransform in Framer Motion

Learn to use useMotionValue, useSpring, and useTransform to create high-performance interactive animations without re-renders.

October 14, 2025 · 6 min · 1126 words · Nirajan Khatiwada

React Day 7: useRef, Refs & Portals

Day 7 of React series. Master direct DOM manipulation with Refs and rendering outside the main tree with Portals.

November 22, 2024 · 9 min · 1859 words · Nirajan Khatiwada

React Day 9: Mastering useEffect Hook

Day 9 of React series. Master the useEffect hook for handling side effects, lifecycle events, and data fetching.

November 24, 2024 · 3 min · 562 words · Nirajan Khatiwada

Using useInView Hook for Viewport Detection

Go beyond basic enter animations. Use the useInView hook to run custom logic and side effects when elements become visible.

October 21, 2025 · 2 min · 265 words · Nirajan Khatiwada

React Day 10: Performance Optimization (memo, useMemo, useCallback)

Day 10 of React series. Deep dive into performance optimization techniques using memo, useMemo, and useCallback.

November 25, 2024 · 9 min · 1718 words · Nirajan Khatiwada

Scroll Driven Animations with useScroll & useTransform

Create immersive scroll-driven experiences by transforming motion values based on scroll position.

October 23, 2025 · 5 min · 969 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

Framer Motion Hooks Cheat Sheet

The ultimate cheat sheet for Framer Motion hooks. Quickly find the right hook for your animation needs.

October 24, 2025 · 1 min · 120 words · Nirajan Khatiwada

React Day 16: Form Validation with React Hook Form

Day 16 of React series. detailed guide to managing form state and validation efficiently using React Hook Form.

February 19, 2025 · 3 min · 555 words · Nirajan Khatiwada