-
“AMP [...] allow[s] you to build fairly dynamic pages without a single line of JS” I always interpret it as in “no JS running” which is clearly impossible for AMP. Fairly dynamic pages with no JS are indeed possible with HTML+CSS, especially for content. paulbakaus.com/2018/12/06/learning-to-unlearn/
-
@pbakaus is a dev advocate for AMP and he’s right that (AMP) web components are easier to adopt than custom JS for behavior, but fast, content-based pages, can avoid costly JS and rendering delays by simply relying on HTML+CSS.