/lighterHTML-stress-test

Simple test using a Perlin noise map to see if re-rendering 1000+ DOM nodes causes issues using lighterHTML. This does not cache or memoize render function calls.

Primary LanguageJavaScriptMIT LicenseMIT

lighterHTML Stress Test

Just a test to see if re-rendering 1000+ views at the same time causes major issues in rendering. Uses Perlin noise to build the map. Each map tile is a DOM node with logic.

To Run

npm install npm run dev