Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

`form` component

Chiusa
#7 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

@Archmonger ci sta già lavorando.

Dal 23/7/2026.

  • #58 di @Archmonger — aperta

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
20/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
frontend

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
Python
Stelle
15
Fork
9
Merge medio
9h 57m
PR unite (30g)
2

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di reactive-python/reactpy-router

Tutte le issue di reactive-python/reactpy-router

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.