back
user profile

apetuskey

150karma·87submissions·December 23, 2020
about
┏━┳━━━━━━━━┓
recent activity (87 total)
comment
We do use nextjs but I think what's the most handy part of Reflex is the simplification of state management and event handling so there is more complexity to the framework.
3y ago·view thread
comment
We are keeping all our telemetry anonymous and don't store/track ips https://nextjs.org/telemetry https://docs.streamlit.io/library/advanced-features&#x…
3y ago·view thread
comment
Yeah I see your point it's definitely something we are going to try and reduce in the future. We wanted to give the users the ability to wrap external react components and leverage that ecosystem…
3y ago·view thread
comment
We have 5 badges in total, and 1 of them to points to our integrations test passing. And the integration test do serve an important purpose in making sure we are compatible on multiple different os an…
3y ago·view thread
comment
I agree we need some benchmarks working on getting this asap.
3y ago·view thread
comment
Yes, dev mode is just for developing/creating and has hot reloading enabled.
3y ago·view thread
comment
Hey are you running in dev mode or prod mode I just tried the counter in prod mode and it was 340.1 KB compressed?
3y ago·view thread
comment
Yeah Pycon was busy but next time :) Will be improved in the future as we start to offload client side actions with wasm, starting to do this but the python wasm ecosystem is still maturing
3y ago·view thread
comment
No definitely not really love what they are doing. It was a comment that its a framework where you just write python for everything
3y ago·view thread
comment
Agree a little different approaches, we found many developers wanted to stick with a 100% code approach and avoid the constraints of using an online drag and drop builder like retool/anvil etc. I…
3y ago·view thread
comment
Excited to try this looks really good! Been looking for something like this for our Pynecone code base!
3y ago·view thread
comment
Thank you :)
3y ago·view thread
comment
Pynecone comes with a built in sqlite database on the server only not on the browsers. you can also easily connect to any external db by changing the pcconfig
3y ago·view thread
comment
We are working on improving the performance, we are still pretty new but there are a few different ways we can speed state updates up. For state updates like pressing the counter a lot of times it can…
3y ago·view thread
comment
Yes its entirely in python. No Javascript/React/NextJS needed.
3y ago·view thread
comment
Thanks! We are in the process of making it faster, the projects still new and there's a lot of different ways we can improve and speed things up. Especially since we want to start incorporating w…
3y ago·view thread
comment
Thank you! Feel free to put a GitHub issue ill try and fix asap
3y ago·view thread
comment
I think the comparison is similar to the comment I mentioned about how we are different than streamlit: more customizable, flexible, and you can make larger web apps
3y ago·view thread
comment
Thanks! I mentioned how we are different a couple comments previously. Yeah we are looking into your other point about the name, noted.
3y ago·view thread
comment
Thanks for pointing this out, will fix
3y ago·view thread
comment
Thank you! Glad the finance/quant community can find it useful!
3y ago·view thread
comment
Definitely understand where you coming from, but I think there are a lot of engineers and data scientists who don't agree or don't have the time/drive to learn frontend technologies.
3y ago·view thread
comment
No you shouldn't have to do anything special, external libs should work as normal when used in event handlers.
3y ago·view thread
comment
I think a big thing is the limited supported libraries as of now.
3y ago·view thread
comment
Planning on building a hosting service to host Pynecone apps. Still finalizing the details but as pickelo said in one of the other comments. >Thanks! We're building a hosting service that you …
3y ago·view thread
comment
Thanks! Definitely, we do live streams of this on our discord I'll make sure to record them in the future!
3y ago·view thread
comment
Looking into it we just have a lot of people on the site rn. Will need to scale it up to handle this traffic
3y ago·view thread
comment
Thank you really appreciate that!
3y ago·view thread
comment
We didn't consider forking it because our architecture if fundamentally different. This allows us to customize our apps more and make larger apps. We compile down to a react/next app vs stre…
3y ago·view thread
comment
I posted an answer to this in one of the other comments but in short Pynecone is much more customizable and flexible in terms of what your can build.
3y ago·view thread