URL: https://github.com/DylanPiercey/set-dom
License: MIT License
License File: https://github.com/DylanPiercey/set-dom/blob/master/LICENSE
Description:
A lightweight library to update DOM and persist state.
Local Modifications:
- Remove unneeded HTML parser (src/parse-html.js).
- Store and return ignored nodes from setDOM() so we can do manual diffing.
- Use ES6 export.