Why is the counter demo so slow? If you are compiling to JS/React I would expect it to be close to native perf no?
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
11–20 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#12Why should I choose this over Django or Flask? By using Python in the frontend you mean the Python is transpiled into JS? The frontend uses templating or generates a SPA app?
Yes, in Pynecone you write your frontend in Python and it's compiled to a SPA, plus a FastAPI backend server to handle state updates. Django and Flask handle the backend in Python, but you still have to use Javascript for the frontend.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#13Earlier quoted context omitted.
Yes, in Pynecone you write your frontend in Python and it's compiled to a SPA, plus a FastAPI backend server to handle state updates. Django and Flask handle the backend in Python, but you still have to use Javascript for the frontend.
SSR is included? Do you have some project that is completely build with this stack. Some real life project?
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#14Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#15I will def have to check this out and keep it on my radar. I used to work for a consulting place where we would have to spin up tons of one-off apps and this seems perfect for that.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#16I'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.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#17You're headed into a place where some customers may confuse you.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#18How does Pynecone differentiate from Streamlit, Panel and Dash?