Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž (at Devcon)
@darrylyeo
Svelteâs ecosystem is huge because itâs trivial to adapt vanilla JavaScript things. (Itâs about to become even easier when Svelte 5 drops this April!) In React, everything has to be wrapped or rewritten in terms of React providers and hooks â itâs practically a different programming language.
5 replies
0 recast
10 reactions
Grins
@grins
I might want to try some experiments that use the canvas as I always have to manipulate that within a use effect in react
1 reply
0 recast
0 reaction
Darryl Yeo đ ïž (at Devcon)
@darrylyeo
Svelte, Solid, and any signal-based framework are great for this! Youâll want to avoid locking your canvas animations to Reactâs arbitrary DOM re-rendering loop as much as possible.
0 reply
0 recast
1 reaction