A complete guide to Tanstack query

A detailed guide explaining how to use Tanstack query for data fetching in React applications, including query keys, query functions, and query hooks.

March 14, 2025 · 16 min · 3199 words · Nirajan Khatiwada

Using React Hook Form

A comprehensive guide on using React Hook Form for form management and validation in React applications.

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

React : Axios Interceptors for Request & Response Handling

A detailed guide explaining how to use Axios interceptors in React to manage request and response handling, including token refresh and error handling.

February 17, 2025 · 3 min · 594 words · Nirajan Khatiwada

React : CRUD Operations with Axios

A detailed guide explaining how to perform CRUD operations using Axios in React, comparing it with Fetch API, and implementing proper API request structures.

February 17, 2025 · 4 min · 835 words · Nirajan Khatiwada

Deploying React App

A guide on building and deploying a React app, including commands and server options.

November 29, 2024 · 4 min · 781 words · Nirajan Khatiwada

React : Day 14

Learn how to implement client-side routing in React applications using React Router Dom, including route setup, navigation, layouts, error handling, and dynamic routes.

November 28, 2024 · 5 min · 1017 words · Nirajan Khatiwada

React : Day 12

Learn how to integrate Redux and Redux Toolkit in React for efficient state management, including slices, actions, and reducers.

November 27, 2024 · 5 min · 949 words · Nirajan Khatiwada

React : Day 13

Learn how to handle asynchronous data in Redux using useEffect and action creator thunks, and explore React Dev Tools for debugging.

November 27, 2024 · 6 min · 1197 words · Nirajan Khatiwada

React : Day 11

Explore how to send server requests with fetch, build custom hooks for data fetching, and handle form submissions using useState, useRef, or the FormData API.

November 26, 2024 · 5 min · 879 words · Nirajan Khatiwada

React : Day 10

Learn how to optimize React applications using memo for component memoization, useCallback for function memoization, and useMemo for value memoization.

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