TC39 signals #4179
saolof
started this conversation in
4. General
TC39 signals
#4179
Replies: 1 comment 2 replies
-
I've not looked at that specifically. I have made a Signals based reactivity engine that does satisfy Alpine's needs and works. About 30% faster than vue reactivity, and about 70% smaller. I've not extensively looked at edge cases, but it does support maps and sets like vue reactivity does. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Alpine has a very neat pluggable reactivity system with setReactivityEngine, and currently uses the Vue reactivity system by default as I understand it.
Has anyone tried plugging in the polyfill of the TC39 signals proposal? Though it looks like that proposal is a bit bare bones and includes basic signals but not any kind of deep reactive store. Also, I am curious about what other backends people have tried
Beta Was this translation helpful? Give feedback.
All reactions