Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 920 Bytes

File metadata and controls

37 lines (30 loc) · 920 Bytes
title render!
scope module
kind reference
category reference
aliases
respo.core/render!
rerender app
mount app
entry_for
render app
mount pointer
update dom

render!

📚 Documentation Index

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.