You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
About
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.