> How would google maps work in a Web 1.0 world?
We had that in the form of MapQuest, and it was agonizingly slow. Click to load the next tile, wait for the page to reload, and repeat. Modern SPAs are a revelation.
What’s cool is that with html includes (import specification) we could have supported this without any JS.
https://www.w3.org/TR/html-imports/
What’s cool is that with html includes (import specification) we could have supported this without any JS.
https://www.w3.org/TR/html-imports/