Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

`form` component

Đã đóng
#7 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

@Archmonger đang làm issue này rồi.

Từ ngày 23/7/2026.

  • #58 của @Archmonger — đang mở

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
20/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
frontend

Hướng nghiên cứu

Start by reviewing the open pull request #58 and the referenced reactpy-django PR #267. Trace how the proposed Form component should intercept submit events, serialize FormData, transport it to the server, and re-hydrate inputs; file-field serialization and its security implications remain separate concerns. Done means the requested form behavior is implemented with those boundaries addressed.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

complexity: 2 (medium) priority: 2 (moderate) type: feature

Add a Form component a la react router's.


Note from @Archmonger:

We have a reactpy-django PR has proven an effective method to generate forms within ReactPy.
In summary, we will need to intercept the <form> onSubmit event, serialize FormData into JSON, transport that form data to back to the server, then re-hydrate the input elements on the server using this new data.
Serializing file fields is will be a separate problem, which mandates us to provide additional thought around file serialization, security, and DDOS prevention.

Ngôn ngữ chính
Python
Star
15
Fork
9
Merge trung bình
9 giờ 57 phút
Pull request đã merge (30 ngày)
2

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. 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.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của reactive-python/reactpy-router

Tất cả issue của reactive-python/reactpy-router

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.