Skip to main content

Section outline

    • React Hooks

      • Introduction to Hooks: useState, useEffect, useRef.
      • Managing side effects and component lifecycle.
    • React Router

      • Client-side routing and dynamic routes.
      • Navigation between views with React Router.
    • Forms in React

      • Controlled and uncontrolled components.
      • Form state management and validation.
    • HTTP Requests in React

      • Overview of HTTP and AJAX.
      • Managing server communication in React.