reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
322 stars 18 forks source link

Support rendering Django forms within ReactPy #212

Open Archmonger opened 7 months ago

Archmonger commented 7 months ago

Description

Adds a django_form component that can automagically ingest a Django form and spit out a component.

Checklist:

Please update this checklist as you complete each item:

By submitting this pull request you agree that all contributions comply with this project's open source license(s).

Archmonger commented 7 months ago

Blocked on