Skip to content

FastUI Support #185

@ZeroIntensity

Description

@ZeroIntensity

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

No one assigned

    Labels

    apiThis has to do with the Python API (view)delayedDelayed due to another issuefeatureNew feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions