Aprendiendo React is a project-based React course repository aimed at teaching React from scratch in Spanish, with a strong emphasis on building real applications. The README links each module to a corresponding YouTube class, covering topics such as React basics, hooks like useState and useEffect, data fetching and custom hooks, advanced hooks (useRef, useMemo, useCallback, useContext, useReducer, useId), routing, lazy loading, and React with TypeScript. The code is organized into a projects workspace, managed with pnpm and TypeScript configuration files, reflecting how modern React apps are actually structured in production. In practice, you learn by following the classes and then exploring or modifying the corresponding project folders, so the repo works as both reference code and a playground. Because it is tied to weekly Twitch streams, the content evolves and is updated to reflect modern React patterns and best practices.
Features
- Project-based React course with code matching each YouTube class
- Coverage from React basics to advanced hooks, routing, lazy loading and TypeScript
- Monorepo-style setup using pnpm workspaces and TypeScript configs
- Spanish-language explanations aimed at beginners and intermediate developers
- Tight integration with Twitch and YouTube content for guided learning
- Codebase designed as both reference material and a playground for experimentation