You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature in detail (code, mocks, or screenshots encouraged)
This is exactly the kind of library svelte needs right now. Especially with the introduction of the new runes API.
As the current utilities are already loosely based on vue primitives, are you planning to introduce base primitives that make it easier to sharing state between componentes and hooks / composables?
I am thinking about equivalents for ref and reactive (maybe computed) in the vue reactivity system.
Describe the feature in detail (code, mocks, or screenshots encouraged)
This is exactly the kind of library svelte needs right now. Especially with the introduction of the new runes API.
As the current utilities are already loosely based on vue primitives, are you planning to introduce base primitives that make it easier to sharing state between componentes and hooks / composables?
I am thinking about equivalents for ref and reactive (maybe computed) in the vue reactivity system.
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
https://vuejs.org/api/reactivity-core#ref
https://vuejs.org/api/reactivity-core#reactive
https://vuejs.org/api/reactivity-core#computed
The text was updated successfully, but these errors were encountered: