Next PWA
Unanswered
European hornet posted this in #help-forum
European hornetOP
is it possible to add this capability to the framework with Next13 Some libs like "next-pwa" has broken, and a think does not get any suport anymore, bot it is very importando to make Next Apps and put on stores.
4 Replies
Asian black bear
Even for the
/pages dir PWA support was not very goodSince SSR is less of an issue, have you considered just using something like
create-react-app or gatsby. It looks like gatsby-plugin-offline is popular and mentioned in their official docs.@Asian black bear Since SSR is less of an issue, have you considered just using something like `create-react-app` or `gatsby`. It looks like `gatsby-plugin-offline` is popular and mentioned in their official docs.
European hornetOP
I think the suport was good, bot server side is really dificult to do an offiline implementation i thinck ther is a good way to do a hibrid way to make it, just like i did on apod https://apod.pictu.one, a will be test gatsby.
thankx