reactive-skip
Plugin for reactive to conditionally skip processing of a node and its descendants. Adds a data-skip
binding.
Example
hey now no {interpolation} here {name} is happy
var reactive = skip =
Alternatively, do:
var view = view
But note, in this case the template is processed entirely before the plugin is loaded.
Install
npm i reactive-skip
Then use browserify to bundle for the browser.