Course React
2026-02-21 23:41 Diff

React and JSX Basics

Components as the fundamental units of React, using JSX, passing data via props

Working with Collections and JSX Features

Handling data collections, differences between JSX and HTML, dynamic class handling in components

State and Events

Working with state in components, React event system, managing nested components using children

Architecture and Data Immutability

Declarative programming, forms, working with immutable data structures, managing state and events in nested components

Global State and Optimization

Functional components, Context API for global state, Virtual DOM, basics of testing React applications

Lifecycle, Performance, and Working with the DOM

Asynchronous event handling, component lifecycle, performance optimization, using Refs for DOM interaction