# React

React là một framework JavaScript phổ biến để tạo các ứng dụng phía trước, như giao diện người dùng cho phép người dùng tương tác với các chương trình. Ban đầu được tạo bởi Facebook, nó đã được yêu thích bởi việc cho phép nhà phát triển tạo ra các ứng dụng nhanh chóng bằng cách sử dụng một mô hình lập trình trực quan kết hợp JavaScript với một cú pháp giống HTML được gọi là JSX.

Hãy cùng **XmOR Cloud** tìm hiểu cơ bản về React:

{% content-ref url="/pages/a9ZdrHG1cUHuXAc3CvGk" %}
[How To Set Up a React Project with Create React App](/tutorials/react/how-to-set-up-a-react-project-with-create-react-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/V7BPddp5YhMaczmjY5zg" %}
[How To Create React Elements with JSX](/tutorials/react/how-to-create-react-elements-with-jsx.md)
{% endcontent-ref %}

{% content-ref url="/pages/D77EgAUSeH3ohaQ6Hoy1" %}
[How To Create Custom Components in React](/tutorials/react/how-to-create-custom-components-in-react.md)
{% endcontent-ref %}


---

# 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://docs.x-or.cloud/tutorials/react.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.
