[Suggestion]: Add Async React Hooks section to hooks
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- JavaScript
- Star
- 11.8k
- Fork
- 7.9k
- Merge trung bình
- 1 ngày 11 giờ
- Pull request đã merge (30 ngày)
- 11
Mô tả
Summary
Update the hooks page to include a section on Async React hooks useTransition, useActionState, and useOptimistic
Page
https://react.dev/reference/react/hooks
Details
The current hooks page has a very React 18 thinking of useTransition (in the Performance Hooks section), useActionState (in other hooks), and is missing the useOptimistic hook. I believe these hooks are better served by being placed in a single section to help spread the React 19 thinking about these hooks.
Proposed Async React Hooks section
Async React Hooks {/async-react-hooks/}
Async React lets you build responsive apps by running async work in Actions callbacks passed to startTransition or action props. State updates from useActionState and useOptimistic must run inside an Action.
useTransitionlets you mark state updates as non-blocking so the UI stays responsive while they run.useActionStatelets you update state from an Action, for form submissions or async reducers.useOptimisticlets you show a temporary UI state while an Action is running.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu từ trang React hooks được liên kết trong issue và xem xét cách các phần Performance Hooks hiện có cũng như các phần hooks khác được tổ chức. Thêm một phần Async React Hooks bao quát useTransition, useActionState và useOptimistic như đã đề xuất, sau đó xác minh rằng các liên kết và cách diễn đạt trên trang là chính xác.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript, react
- Lĩnh vực
- documentation
- Loại issue
- Tài liệu
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 55/100