A.G. Sayyed

Hooks
React
UseEffect
Custom Hooks
Custom Hooks
This document explains the use of useEffect and custom hooks in React including how to manage side effects, dependency arrays, and create reusable logic for function components.
Custom-Hooks
Side-Effects
Hooks
Hooks
This document explains the purpose, advantages, and best practices of using Hooks in React, including standard and custom hooks for managing state, side effects, and reusable logic in function components.
React-Hooks
UseState
Module Summary
Module Summary
This document provides a concise summary of React concepts covered in Module 2, including arrays, virtual DOM, component styling, and key glossary terms for building dynamic and maintainable user interfaces.
React-Summary
Summary
Css
React-Components
Styles
Styles
This document explains different ways to apply styles in React, including inline styles, CSS modules, and styled-components, with examples and best practices for component styling.
Styles
Performance
Vdom in React
Vdom in React
This document explains the concept of the virtual DOM in React, its working mechanism, advantages, and how it differs from the normal DOM, with practical examples and performance insights.
Virtual-Dom
Arrays