How does Pynecone compare to Flet? I've played with the flet framework and it seems to have a ton of potential.
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
21–30 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#22Your ideas seem really cool. I'm sad that you chose a name so close to another great startup that does vector databases and search. https://www.pinecone.io/ You're headed into a place where some customers may confuse you.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#23Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#24Why is the counter demo so slow? If you are compiling to JS/React I would expect it to be close to native perf no?
Because the logic is being processed at the backend and the data being transferred over WebSocket
https://pynecone.io/docs/state/overview outlines that is the case but leaves out the detail that it's using Socket.io.
Gather if you want to use this then and have it not suck you are going to need some form of edge compute.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#25I'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
#26Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#27[deleted]
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#28Maybe this is a silly question, but why not target WASM instead of React/NextJS?
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#29I can see all the SwiftUI[0] inspiration in how to make compositions, instead of relying on CSS only.
Recently there was Rux[1] which is JSX in Rails, but that is really only dealing with ergonomics oh having Components in a nice DSL.
Then there is actual deployment story. I recently made a DRF + Next App, and I spent too much time thinking about deployment. And yea, for the volume I need to server, having a single artifact deployed, with SSR, is wonderful.
How is the intellisense support? That's one of the best features of recent JS/TS frameworks on VSCode, and I don't use JetBrains IDEs. Are there JS/CSS escape hatches? Is the goal to focus on speed of deployment or, a Python DSL over JS libraries?
Good luck either way!
[0] https://developer.apple.com/xcode/swiftui/ [1] https://github.com/camertron/rux