ractive.unrender()

edit this page

Unrenders this Ractive instance, throwing away any DOM nodes associated with this instance. This is the counterpart to ractive.render(). The rest of the ractive instance is left intact, unlike ractive.teardown().

ractive.unrender()

Returns a Promise (see Promises)