`form` component
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
Research direction
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.
Written by the indexing model from the issue text.
Description
Add a Form component a la react router's.
Note from @Archmonger:
We have a
reactpy-djangoPR has proven an effective method to generate forms within ReactPy.
In summary, we will need to intercept the<form>onSubmitevent, serializeFormDatainto 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.
- Dominant language
- Python
- Stars
- 15
- Forks
- 9
- Avg merge
- 9h 57m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from reactive-python/reactpy-router
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
complexity: 0 (highest) priority: 1 (high) type: feature
reactive-python/reactpy-router#32 · 1 assignee ·
-
complexity: 2 (medium) priority: 3 (low) type: feature
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in reactive-python/reactpy-router
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
canonical/paas-charm#368 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
tech debt
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
StevenBlack/hosts#3256 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
qualcomm/qai-appbuilder#275 ·