Hacker News new | ask | show | jobs
by claudiulodro 3231 days ago
The fast, non-blocking content loading is the main feature. I took a radical path when developing my site and made it AMP-first. Instead of having an AMP version of each page, every page is its own AMP version because it's an AMP page.

Even served from my cheapo shared web host and not Google's AMP cache, I have pretty-much instant loading of all pages: http://multithreaded.link/2017/08/lyft-customer-acquisition-...

It's a good framework for building super fast pages. I will admit it's a little riskier to build a site on top of technology a large company owns, but this is a risk that you also have when you use React or other frameworks.

4 comments

> this is a risk that you also have when you use React or other frameworks

React isn't a good analogy. When you use React, you can get 100% of the value of the library, even if Facebook disappears overnight.

By contrast, much of the benefit of AMP is the caching aspect, which relies on Google.

> The fast, non-blocking content loading is the main feature.

You don't need requires-js-to-render markup or a cache operated by a privacy whoring ad company to make a page load quickly.

Edit: also, comparing to react or whatever js framework is like saying "look at my new cast iron shoes, they're so much lighter than those old lead ones".

Your "About", "Contact", and "Privacy Policy" footer links don't work (they go to "#").
Yeah sorry about that! I just launched it recently so I'm still getting everything going. :)
Nice, on FF I get a white page because Google domains lurk in my hosts file. I suppose I'm not your target audience.