back
user profile
apetuskey
150karma·87submissions·December 23, 2020
about
┏━┳━━━━━━━━┓
recent activity (87 total)
comment
I think the biggest differentiation is that Pynecone apps are completely customizable and don't re render based on State changes. Streamlit is great for dashboard type apps but when you want to e…
comment
Both, hopefully we will have some time to help contribute.
comment
Thank you!!
comment
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.
comment
Pynecone is specifically designed for web apps and I think it does better on more complex, larger web apps. This can be seen in Pynecone's main website being made in Pynecone and while Flet'…
comment
We use SSG under the hood, a good example would be our main website https://pynecone.io which is fully built in Pynecone.
comment
No not related pynecone is more full stack and handles both front/backends
comment
Yes I am going to make a blog or something of that nature soon and ill post a follow up on our GitHub discussions.
comment
No problem thanks for checking us out!
comment
Wow thank you so much we really appreciate your support! We have worked really hard on this so its great to hear there are people who value it. We will continue to improve the framework if there are a…
comment
This is just a question of how involved we can make our open source community and that it not true about the tests https://github.com/pynecone-io/pynecone/tree/main/…
comment
Glad to hear you like it!
comment
This is actually something we are working on getting rid of. What separates us from other python frameworks is that we compile down to a nextjs/react app (the user never sees this though). But to…
comment
Thanks yeah we really like your project as well. We chose the react/nextjs ecosystem because we found it to be more developed and widely use than flutter. Which gives us benefits to be able to wr…
comment
You make a couple points here what do you mean "it never takes off" Streamlit was a very successful project in terms of number of users and is still growing today. I talk about how we are di…
comment
Very cool I'm going to check this out!
comment
Thanks, I prefer the coding ergonomics to Pynecone a lot more vs Anvil. Plus it's easy to for us to add libraries such as bootstrap, material, really any react framework so I suspect we will be a…
comment
Lol
comment
Thank you!!
comment
Thanks for the detailed response we really appreciate it and see where your coming from. We definitely are not for everyone but if you want to completely stay in the python ecosystem we are a solid op…
comment
No definitely a much broader use case and we compile to nextjs/react and have nothing to do with gradio. With tools like gradio and streamlit you are very limited in use case. With Pynecone you c…
comment
With Pynecone you can create full web apps vs streamlit is a little limited in use case and worse performance but to each their own. We actually make our whole website and docs in Pynecone where as st…
comment
Definitely we can add any react library just submit a feature request on our GitHub issues and ill get on it
comment
Yeah definitely will switch it out just wanted to show a trending model
comment
Lol yes our app will probably go down sometime today fyi to everyone
comment
Thank you! Yeah we love bun too
comment
This is actually something we are working on getting rid of. What separates us from other python frameworks is that we compile down to a nextjs/react app (the user never sees this though). This i…