DEV Community

Discussion on: Day 38 of #100DaysOfCode: Turn the Next.js Website to PWA with Workbox

Collapse
 
rahulahire profile image
Rahul Ahire

In my opinion you can readily use the service worker.js in CRA(if next is similar to CRA) and use it in your nextjs app. It's only two step process

Collapse
 
jenhsuan profile image
Jen-Hsuan Hsieh • Edited

Yes, the purpose for this case is to turn my existed Next.js application. I know it's easier to use PWA in CRA. I have wrote the notes for PWA in CRA in Day#37 : )