cferdinandi / reef

A lightweight library for creating reactive, state-based components and UI.

Home Page:https://reefjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to ignore certain elements when diffing the DOM

cferdinandi opened this issue · comments

There may be situations where an element is rendered with state-based UI, but should be ignored when diffing because its state is handled with traditional DOM manipulation techniques or other libraries.

A reef-ignore attribute is the most likely way to handle this.

Added to v13