We should talk. If your open source roadmap includes getting rid of your npm dependency then we might just migrate to Pynecone for our front-end.
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
31–40 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#32One nit, on your landing page it has a typo, missing "framework /that/ doesn't" > Never get locked into a framework doesn't support your existing tech stack.
Also, your Gallery has highly responsive SPAs, but for some reason the counter here[1] is very slow on a cold load
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#33wow, this is how heaven looks like.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#34Is 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
#35Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#36Maybe this is a silly question, but why not target WASM instead of React/NextJS?
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.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#37EDIT: I see that the website is generated using pynecone itself. Looks very nice - cool stuff.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#38Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#39I've tested Pynecone recently and it's pretty good. I'm wondering how do you intend to create a business around this library.
Thanks! We're building a hosting service that you can deploy your apps to. Our plan is to have a free tier for your first app, then charge for additional apps. We're still finalizing this, so would love to hear any thoughts.
One reason I looked at Dreamhost for hosting is they have an unlimited # of websites tier that is super cheap(sucks because it's php). If you can't build a payment component then some kind of pay as you go option would be cool.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#40One 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?