|
|
|
|
|
by Wazako
464 days ago
|
|
It's different with solid-js, which is more of a library than a real framework. 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. |
|