We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
render!
render! comes with side effects, it renders virtual to the mount pointer:
render! target comp-container @global-store , dispatch!
target is the mount pointer. global-states is the reference to the atom of states.
target
global-states
Internally there's a mutable state tracking the DOM state. And the state realize-ssr! changes is this one.
realize-ssr!