view.py icon indicating copy to clipboard operation
view.py copied to clipboard

JSX Support

Open ZeroIntensity opened this issue 1 year ago • 3 comments

Should look like this:

@get("/")
async def index():
    return <h1>"Hello, world!"</h1>

Just waiting on #8, I hope

ZeroIntensity avatar Aug 17 '23 14:08 ZeroIntensity

Should translate to the component API instead of the node system now. See #21

ZeroIntensity avatar Nov 16 '23 18:11 ZeroIntensity

This is another approach to exact thing. https://github.com/pyxy-org/pyxy

cemrehancavdar avatar Aug 11 '24 13:08 cemrehancavdar

Very interesting. See #192 for my plan on what to do with components, it might be worth adding support for pyxy here.

ZeroIntensity avatar Aug 11 '24 13:08 ZeroIntensity