Progressive Web Components

13 points by pushcx


altano

Elena doesn’t force JavaScript for everything. You can load HTML and CSS first, then use JavaScript to progressively add interactivity.

Can anyone explain this more? If you have some data that represents a list of something, say a list of tags, and you have a Tag web component, how would you render the list without JavaScript?