Examples of AMP-like JavaScript approaches?
Does anyone know of sites that have copied the AMP approach to JS/perf but not using AMP itself? It seems like the approach is interesting (custom elements with a core managing things). Too, there are good reasons why AMP itself may not be a good choice (e.g. if you need components it doesn't provide). But I'm struggling to find examples. Mostly the talk is just React or other similar libraries, which feel inappropriate for sites with mostly simple behaviour.
2 comments
[ 2.9 ms ] story [ 9.7 ms ] threadTo give some more context, I work for a big media company on the main website team. We have a lot of developers contributing to the codebase. So AMP(ish) seems attractive as one way of introducing discipline/preventing an explosion of client-side ad-hoc behaviour over time.