(no title)
Wazako | 11 months ago
The solid-js surface is relatively small, the jsx / css is identical to the native, the Hook simply builds the DOM once. solid-js therefore brings above all a createSignal that adds an observer where it is called in the DOM to directly update the DOM accordingly.
You might think of solid-js more as a signal primitive than a real framework.
gg2222|11 months ago
zwnow|11 months ago
bossyTeacher|11 months ago