# React Fundamentals

- [Lesson 1 - Understanding Old vs New Way of Building Web Apps - SPAs](https://reactjs.koida.tech/react-fundamentals/lesson-1-understanding-old-vs-new-way-of-building-web-apps-spas.md)
- [Lesson 2 - Motivation for Using React as the Solution to Vanilla JS](https://reactjs.koida.tech/react-fundamentals/lesson-2-motivation-for-using-react-as-the-solution-to-vanilla-js.md)
- [Lesson 3 - What is ReactJS - How it Works](https://reactjs.koida.tech/react-fundamentals/lesson-3-what-is-reactjs-how-it-works.md)
- [React Code Along from Scratch](https://reactjs.koida.tech/react-fundamentals/react-code-along-from-scratch.md)
- [Lesson 4 - Create and Run a React Project with Vite - Full Overview](https://reactjs.koida.tech/react-fundamentals/lesson-4-create-and-run-a-react-project-with-vite-full-overview.md)
- [Lesson 5 - Create Hook by State Management in React](https://reactjs.koida.tech/react-fundamentals/lesson-5-create-hook-by-state-management-in-react.md)
- [Lesson 6 - React Project File and Folder Walkthrough](https://reactjs.koida.tech/react-fundamentals/lesson-6-react-project-file-and-folder-walkthrough.md)
- [Lesson 7 - JSX and How React Treats the DOM & JSX Compilation(by Babeljs) - Overview](https://reactjs.koida.tech/react-fundamentals/lesson-7-jsx-and-how-react-treats-the-dom-and-jsx-compilation-by-babeljs-overview.md)
- [Lesson 8 - Understanding the Main Files - App.jsx and main.jsx](https://reactjs.koida.tech/react-fundamentals/lesson-8-understanding-the-main-files-app.jsx-and-main.jsx.md)
- [Lesson 9 - Props and One-Way Data Flow - Overview](https://reactjs.koida.tech/react-fundamentals/lesson-9-props-and-one-way-data-flow-overview.md)
- [Lesson 10 - Google Bookshelf App - Ver 1.0](https://reactjs.koida.tech/react-fundamentals/lesson-10-google-bookshelf-app-ver-1.0.md)
- [Hands-on Practice I](https://reactjs.koida.tech/react-fundamentals/hands-on-practice-i.md)
- [Hands-on Practice II](https://reactjs.koida.tech/react-fundamentals/hands-on-practice-ii.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reactjs.koida.tech/react-fundamentals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
