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

React : Day 9

Learn how to use the useEffect hook in React for performing side effects in functional components.

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

React : Day 8

Learn about prop drilling and how to use the Context API in React to manage and share state effectively.

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

React : Day 7

Learn about useRef hook, ref forwarding, useImperativeHandle and Portals in React for DOM manipulation and component interactions.

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

React : Day 5

Learn various methods to style React components including inline styles, external styles, dynamic styles, and CSS modules.

November 21, 2024 · 3 min · 588 words · Nirajan Khatiwada

React : Day 6

Learn how to debug React applications using console.log, Strict Mode, and React Developer Tools.

November 21, 2024 · 1 min · 159 words · Nirajan Khatiwada

React : Day 3

A comprehensive guide covering React’s advanced concepts including Fragments, JSX Props, Component Isolation, and proper state management patterns

November 19, 2024 · 7 min · 1361 words · Nirajan Khatiwada

React : Day 2

A detailed guide to help you understand and use hooks in React effectively.

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

React : Day 1

A detailed reference guide to help you quickly set up and manage React projects, components, and folder structures.

November 17, 2024 · 11 min · 2136 words · Nirajan Khatiwada