-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates around this proposal #247
Comments
I apologize for the slow progress here. To be transparent, several of us in the champion group have been working on our own companies' or frameworks' use of signals in order to get experience in this area and justify/guide further work. I hope that we'll move faster and farther in 2025. |
Unfraternally both are comingled. I'd like to release with it, but performance isn't there. How about starting with an existing fast Signals library, then ensuring the API matches? |
Work in progress if you want to check it out @WebReflection |
@tomByrer you made my day with that PR, I hope it'll land but also, to keep this issue on topic, I wonder if showing great performance too would help TC39 moving this forward around its current Stage, thanks! |
Likely a bit more on topic than you'd assume, an earlier version of alien-signals was merged into VueJS, so both that library & signals are in production in many sites. Personally I think Signals can overtake a few use-cases of Promises, & is easier to reason about IMHO. |
Not quite. The signals approach will be in Vue 3.6 (https://x.com/youyuxi/status/1879373091480166597), and given Vue's release cadence this might not happen in a while. Also needs proper testing "in the wild". Current Vue release is 3.5.13: https://github.com/vuejs/core/blob/main/CHANGELOG.md |
I think that tweet is referring to Alien Signals 1.0? But I think an earlier version of alien signals (0.4.4) was already merged into vue core earlier (vuejs/core#12349 (comment)). Edit: nevermind, you're probably still correct as the author himself refers to that same 0.4.4 PR as being scheduled for release in Vue 3.6 aswell. (https://github.com/stackblitz/alien-signals) Anyway, this might be a bit nitpicky but Vue 3 has always had a "signals" approach. Its just that signals are called refs in vue. Also interestingly enough the underlying vue reactivity has also always been framework agnostic. I guess it will be easier to get that across to people now that the underlying reactivity is named a bit more familiarly to other developers though. |
This issue would like to be a placeholder for the state of this current proposal, as nothing really changed since a year ago and beside some documentation amend, it's not clear:
To whoever would like to close this already, can we have some sort of clarification around those 3 topics? Thank you!
The text was updated successfully, but these errors were encountered: