Vue to Svelte transition #86
greendesertsnow
started this conversation in
General
Replies: 1 comment
-
I don't understand why we're not using bind:value instead of on:change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vue refs and v-model
becomes
Vue Event Handlers
becomes
and
becomes
###Render Props
becomes
###Conditional rendering
becomes
###Iteration / mapping
becomes
Using dynamic component
Beta Was this translation helpful? Give feedback.
All reactions