Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
41–50 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#42Earlier quoted context omitted.
We definitely plan on doing this in the future to offload on the server. Unfortunately python WASM libraries aren’t at the level we would need yet.
Thanks for the answer. Maybe it would have been better for me to ask if you are planning to improve the python WASM libraries yourself or are you going to wait for the existing community to get them to the point where they're usable for a project like this?
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#43It seems like there's a slightly visible lag in some of the interactions (button clicks) in the docs.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#44Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#45At first I was very skeptical, but after looking further at the examples I feel like you pretty much nailed the developer experience. I have not used this yet but I will definitely check it out. Is there a roadmap? I see the GitHub project board is pretty focused on v0.1.20. I am curious what are your plans for client side code via wasm? I feel like that is a critical missing piece for me.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#46Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#47Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#48Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#49I like it. Reminds me of Vaadin and friends. One question regarding the states: when do I get a new State allocated? Is it with every new tab? It's definitely not per-browser-session: if I open a new tab I seem to get a new state, while undoing a closed tab seems to recover its state with it though. Also are old states gc'ed?
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#50Love the idea. As someone who's not trying to build The Next Big Thing (TM), but just get some stuff done - I appreciate the focus on the basics. A lot of the python webui's are heavily focused on AI/ML related stuff, which is cool - but what about those of us who just want to build an internal tool that does 5 specific things and nothing more? I try to avoid javascript if at all possible, so "python front to back" i…
I'm sorry, what?