-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
apiThis has to do with the Python API (view)This has to do with the Python API (view)delayedDelayed due to another issueDelayed due to another issuefeatureNew featureNew feature
Description
Proposal:
For batteries-detachable purposes, view.py should support responses from FastUI. This will likely be similar to how ReactPy is implemented when #118 is done.
Basically:
from view import new_app
from fastui import components as c
app = new_app()
@app.get("/")
def index():
return c.Page(...)
app.run()
Metadata
Metadata
Assignees
Labels
apiThis has to do with the Python API (view)This has to do with the Python API (view)delayedDelayed due to another issueDelayed due to another issuefeatureNew featureNew feature