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-app
This function renders virtual DOM markups into virtual DOM data:
render-app markup states build-mutate old-element
old-element is a caches of the old virtual DOM. It can help speed up rendering since arguments and results are cached.
old-element
Each component comes with a render function defined with defcomp. So those render functions needs to be rendered with render-app.
render
defcomp
it's usually used inside Respo.