HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apetuskey

no profile record

Submissions

Reflex v0.8.0 – Refactoring for Performance

reflex.dev
7 points·by apetuskey·12 ay önce·0 comments

Radix Themes 3.0

radix-ui.com
2 points·by apetuskey·2 yıl önce·1 comments

comments

apetuskey
·geçen yıl·discuss
This looks interesting! I want to try it out for a project we are working on, but we would need some of the features like callers, doctoring, and typing

What is the timeline on the coming soon features?
apetuskey
·2 yıl önce·discuss
https://reflex.dev/ is all made in Reflex and has raised a seed round! There are also a few YC companies using Reflex that have raised seed rounds too.
apetuskey
·3 yıl önce·discuss
I see thanks for bringing this to my attention, I didn't know that badges caused this problem for disabled people.

We will look into this, I think the info is still important to show but there probably is a better more inclusive way of doing it.
apetuskey
·3 yıl önce·discuss
Thanks! We are fans of wasp as well!!
apetuskey
·3 yıl önce·discuss
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.
apetuskey
·3 yıl önce·discuss
We are keeping all our telemetry anonymous and don't store/track ips

https://nextjs.org/telemetry https://docs.streamlit.io/library/advanced-features/configur...
apetuskey
·3 yıl önce·discuss
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 so there were trade off we had to make.

The 3MB of JS is in dev mode or prod mode? (Is this similar to the other comment where they were running in dev mode but when they ran in prod it was much smaller ~ 340KB?)
apetuskey
·3 yıl önce·discuss
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 and don't make a change that would break WSL for example. More info here https://github.com/reflex-dev/reflex/tree/main/.github/workf...

The others are the current latest version, python version we support, how many people are on our discord (A metric to see community activity), and a badge that points to our docs. I think all of these are important but open to suggestions on ones you think would serve a better purpose.
apetuskey
·3 yıl önce·discuss
I agree we need some benchmarks working on getting this asap.
apetuskey
·3 yıl önce·discuss
Yes, dev mode is just for developing/creating and has hot reloading enabled.
apetuskey
·3 yıl önce·discuss
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?