Hacker News new | ask | show | jobs
by troupo 878 days ago
> so client-side stuff kicks in only when it can and needs to be kicked in.

All web components are rendered eagerly, so it kicks in immediately the moment it appears on the page.

1 comments

No, it appears on the page = HTML and CSS is parsed. When you load your scripts is up to you.