Replies: 1 comment
-
The documentation will be overhauled for the final release anyway. You can already create |
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
-
I am confused by the svelte example here. It uses function/constructor and getter/setter to make things work. This example is kind of comparing store vs state rune and looks very unintuitive. The Gotcha Section at the bottom also tricks me to think that I have to use
new
keywaord with class function constructor plus getter function to make rune acting like store.I am proposing a dedicated page of documentation explaining how rune can replace store and a few other examples demonstrating how to do it. What do you think?
Also, I want to propse that the svelte 5 playground to enable user to create *.svelte.ts and *.svelte.js file. Currently, the playground only allows creation of *.svelte file when clicking the
+
button. What do you think?Beta Was this translation helpful? Give feedback.
All reactions