jeffposnick / create-react-pwa

https://github.com/facebookincubator/create-react-app + Progressive Web App goodness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this pwa works in other browsers as well?

techyrajeev opened this issue · comments

PWA are only meant for chrome or other browser's as well?

The offline capabilities rely on service workers, which are currently supported in Chrome and Firefox: https://jakearchibald.github.io/isserviceworkerready/

The web app itself should continue to work as well as create-react-app works on browsers that don't support service workers.