Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

Improve Performance by Stopping Render if renderTracker = false #117

Closed JRJurman closed 5 years ago

JRJurman commented 5 years ago

Summary

We use a renderTracker to determine if we should morph the dom, but we don't stop from building these components after we've decided on a page to render. We should kill the mount process early by ditching the rendering (probably in dom) and verify that we don't accidently trigger any cleanup effects.

JRJurman commented 5 years ago

Closed by #120