Great walkthrough, just thinking How do you handle templates with multiple heavy animations without affecting performance when converting to Still.js components
From Vanilla Template to Still.js Components: A Full Build and Deployment Guide
Nakassony BernardoBacker
posted
2 min read
0 Comments
Nakassony Bernardo
•
Hi Muzzamil, I would present 3 ways in principle
Lazy loading through Still.js, this can be achieved by splitting different parts of the page into components, and every single part loads separately from the rest minimizing the initial processing load, this is demonstrated in the video that accompanies this article.
Lazy loading using IntersectionObserver which is a JavaScript native interface to handle this (animation) and additional scenarios.
Holding specific part of the UI that does not need to load immediately, Still.js provides with delay capabilities for us to determine that some UI part only load after sometime.
Please log in to add a comment.
Please log in to comment on this post.
More Posts
chevron_left