UNPKG

snabbdom

Version:

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

13 lines (12 loc) 296 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Snabbdom benchmarks</title> <script type="text/javascript" src="build.js"></script> </head> <body> <p>See console</p> <div id="container"></div> </body> </html>