Hacker News new | ask | show | jobs
by pwillia7 1688 days ago
Awesome!

Since this is using next, could you build an ecommerce site using this and the next integrations?

Does this support PWA?

You guys should have presented at nextjsconf last week!

1 comments

You can't build an ecommerce site yet, but we are building the CMS feature that would allow you to do this somewhat. What do you mean by next integrations?

It doesn't support PWA yet. Do you have input on this?

And yes presenting on nextjsconf would have been really cool!!

Thanks!

Next JS has a starter kit for a few different platforms called nextjs commerce - https://nextjs.org/commerce

Getting to PWA would probably be pretty simple since you just need a service worker to qualify if I remember right -- https://developers.google.com/web/ilt/pwa/introduction-to-se...

Making PWA valuable and doing things like prefetching pages would probably be a much bigger task but is really incredible to see live from a performance perspective. Here's a headless commerce-enabled PWA with prefetching to see what I mean. https://discountelectronics.com/

Oh that's awesome, thanks for sharing this to me!

I see, I personally haven't played around with PWA much, but that sounds like something we should look into, thank you!