-
Notifications
You must be signed in to change notification settings - Fork 10
render_
jiyinyiyong edited this page Mar 21, 2020
·
4 revisions
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.
Internally there's a mutable state tracking the DOM state.
And the state realize-ssr!
changes is this one.