You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a separate problem, and will require additional thought around DDOS prevention.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Add a
Form
component a la react router's.Note from @Archmonger:
The text was updated successfully, but these errors were encountered: