Replies: 1 comment
-
Sorry for taking so long to reply. I think it would be a good idea to internally make |
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.
-
Signal can be exposed to function like store in Svelte. This is handy for things like receiving data from websockets, coordination, etc.
NodeRef should be made a signal in situations like canvas drawing so that use can use effects to draw.
I had to make these modifications on sycamore (just a couple of lines actually) to make my sycamore gui project work. (I transitioned from Svelte)
I'm a newbee. These are just my humble opinions.
Beta Was this translation helpful? Give feedback.
All reactions