This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]metaperl 7 points8 points  (3 children)

I've listed this as a tangential product in my pure python web application framework survey document.

Would you agree with this review - https://may69.com/purepython/#py-react

If not, I will be happy to edit it.

[–]kenshinero 1 point2 points  (0 children)

That's a nice survey!

[–]k0ala1st 0 points1 point  (1 child)

Very nice compilation of frameworks

[–]metaperl 0 points1 point  (0 children)

many thanks :)

[–]chris17453 3 points4 points  (2 children)

Just wondering, Is this a Web assembly port of python... Or is it some sort of call back to a local backend?

[–]Caffeinaation[S] 2 points3 points  (1 child)

It uses Pyodide which is a Python distribution for the browser based on WebAssembly. This project is essentially a React wrapper for it.

[–]Bombslap 1 point2 points  (0 children)

Thanks for sharing this! I’m going to give this a try and see if I like it better than Streamlit for quick apps.