Should PWA Registration be on every page of a PWA app? #3730
Answered
by
khmyznikov
mscherotter
asked this question in
Q&A
-
Should this code be on a every page of a site that runs as a PWA or just the main page?
|
Beta Was this translation helpful? Give feedback.
Answered by
khmyznikov
Mar 7, 2023
Replies: 1 comment
-
SW registration should be on every "initial" page from where user can open the app for the first time. If you have single startup page in SPA for example, you can use it once in index.html. For multiple page app with SSR or server routing you need this on every accessible page. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khmyznikov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SW registration should be on every "initial" page from where user can open the app for the first time. If you have single startup page in SPA for example, you can use it once in index.html. For multiple page app with SSR or server routing you need this on every accessible page.