Replies: 1 comment
-
The team stated against this several times IIRC for reasons like coherency, compatibility and maybe more, you should be able to find the related issues if interested. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I just came across Ripple. While I'm not a fan of the JSX style syntax (one of the reasons I moved away from React), at first glance, I do like the more concise reactive variable declarations:
How feasible would it be for Svelte to support two syntaxes, the current $state/$derived and a way similar to Ripple as above? Alternatively, supporting short aliases ($ =$state, $ $ = $derived):
Beta Was this translation helpful? Give feedback.
All reactions