Hacker News new | ask | show | jobs
by putrikarunia 1685 days ago
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!!

1 comments

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!