Please provide the ability to use toValue in vue #1278
Unanswered
teleskop150750
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Thank you. This idea makes sense to me, I'd actually go far enough to consider this a bug if reactivity doesn't update the props on FieldAPI I'll move this discussion to an issue and investigate it sometime this week to try and fix it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please provide the ability to use
toValue
to pass reactive parameters.Why in solidjs parameters are passed in callback, at the same time Vue, which is also built on the signal system, does not have such a possibility. This requires writing additional abstractions that worsen dx and affect performance.
Example
Vue js
SolidJS
The same problem exists in other tanstack libraries
An example of how pinia-colada fixes the shortcomings of vue-query
Discussion about signal api design in Vue
Beta Was this translation helpful? Give feedback.
All reactions