Skip to main content

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.

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.

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

1

Run the app

Clone the repo and start the Vite dev server with npm run dev. The app opens at http://localhost:5173.
2

Pick a concept

Use the sidebar navigation to jump to any topic — each page is independent and self-contained.
3

Read the explanation

Each page opens with a concise bullet-point summary of the concept.
4

Interact with the demo

Click the buttons in the live widget to see the concept behave in real time.
All demos run entirely in the browser. No backend or authentication required.

Build docs developers (and LLMs) love