React Day 11: Data Fetching, Forms & Custom Hooks

Day 11 of React series. Master server requests with fetch, handle form inputs (useState, useRef, FormData), and create custom hooks.

November 26, 2024 · 5 min · 879 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

React Day 14: React Router Dom Guide

Day 14 of React series. Implement client-side routing with React Router Dom, covering layouts, dynamic paths, and navigation hooks.

November 28, 2024 · 6 min · 1087 words · Nirajan Khatiwada

React Day 15: Deployment & Best Practices

Day 15 of React series. Learn how to build and deploy your React application and understand common pitfalls like stale closures.

November 29, 2024 · 5 min · 867 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

React Day 19: New Features (React 19)

Day 19 of React series. Deep dive into React 19 features including the useId hook, use API, metadata support, and Activity component.

May 18, 2025 · 7 min · 1321 words · Nirajan Khatiwada

React Authentication: JWT, Axios, and Context API Guide

Complete guide to React Authentication. Implement login, logout, protected routes, and silent token refresh using simplified patterns.

June 20, 2025 · 5 min · 883 words · Nirajan Khatiwada