Fundamentos React teaches the building blocks of React through interactive, browser-runnable examples. Every concept lives on its own page with a brief explanation and a working demo you can click through right away.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Byrontosh/FundamentosReact/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Overview of what Fundamentos React covers and how the app is structured.
Quickstart
Get the project running locally in under two minutes.
Core Concepts
JSX, useState, useEffect, and props — the foundations of every React app.
Advanced Topics
Custom hooks, Zustand global state, rendering patterns, and localStorage.
Learn by doing
Run the app
Clone the repo and start the Vite dev server with
npm run dev. The app opens at http://localhost:5173.Pick a concept
Use the sidebar navigation to jump to any topic — each page is independent and self-contained.
All demos run entirely in the browser. No backend or authentication required.
