DEV Community

Anower Jahan Shofol
Anower Jahan Shofol

Posted on

What is a good option for a PWA?

Hi all, I need to start building a PWA for a client. I am bit new to it, so want some suggestion from you.

What will be a good option for PWA? React, Angular, Vue or Flutter or any other options you want to mention.

Top comments (1)

Collapse
 
ashr81 profile image
Ashrith Reddy

you can use create-react-app CLI which uses React.js. It has a service-worker preconfigured. And you can get your PWA running with little changes to it.