# ReactJS

- [Hiểu về hook useRef của React như thế nào cho đúng](https://blogs.nhquydev.net/nodejs/reactjs/hieu-ve-hook-useref-cua-react-nhu-the-nao-cho-dung.md): Bài viết được sự cho phép của tác giả Lưu Bình An
- [Tìm hiểu sâu hơn về useEffect từ A-Z](https://blogs.nhquydev.net/nodejs/reactjs/tim-hieu-sau-hon-ve-useeffect-tu-a-z.md): Đây là một bài viết tương đối dài dòng về useEffect, bạn cần biết và đã đọc qua tài liệu về useEffect trên trang chính thức của React trước, và nếu chỉ thực sự cần biết sử dụng useEffect ra sao


---

# 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://blogs.nhquydev.net/nodejs/reactjs.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.
