# NodeJS

- [NextJS](https://blogs.nhquydev.net/nodejs/nextjs.md)
- [Hướng dẫn NextJS cho người mới bắt đầu](https://blogs.nhquydev.net/nodejs/nextjs/huong-dan-nextjs-cho-nguoi-moi-bat-dau.md)
- [Parallel Routes trong Next.js](https://blogs.nhquydev.net/nodejs/nextjs/parallel-routes-trong-next.js.md): Parallel Routes là một tính năng mạnh mẽ trong Next.js App Router, cho phép bạn định nghĩa và hiển thị nhiều route song song trong một ứng dụng.
- [Hướng dẫn cấu hình Swagger trong NextJS](https://blogs.nhquydev.net/nodejs/nextjs/huong-dan-cau-hinh-swagger-trong-nextjs.md)
- [ReactJS](https://blogs.nhquydev.net/nodejs/reactjs.md): React là một thư viện JavaScript front-end mã nguồn mở và miễn phí để xây dựng giao diện người dùng dựa trên các thành phần UI riêng lẻ.
- [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.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.
