view.py
view.py copied to clipboard
JSX Support
Should look like this:
@get("/")
async def index():
return <h1>"Hello, world!"</h1>
Just waiting on #8, I hope
Should translate to the component API instead of the node system now. See #21
This is another approach to exact thing. https://github.com/pyxy-org/pyxy
Very interesting. See #192 for my plan on what to do with components, it might be worth adding support for pyxy
here.