Google Accelerated Mobile Pages

Anyone in here who already has thought about implications or possible implementations of Google AMP with Meteor, which seems to emerge in the few months?
I know, it shouldn’t impact most use cases for Meteor deployments, but sometimes it’s nice to even run the static landing pages from your meteor server…

1 Like

With React and flow-router you can do server-side rendering, so you could use your components to create a amp-version of the page. You would also need to tweak the a little bit (e.g. for this inline-css).

But i don’t see a big blocker, at least for pages with static content like blogs, news, landing-pages, etc. It’s even an opportunity to establish best practices for “static” page serving with meteor. :slight_smile: