-
-
Notifications
You must be signed in to change notification settings - Fork 940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Index page flashing before a dynamic route is rendered #252
Comments
It is not back, this page is dynamic and so excluded by default from ssg, I wrote about it on discussions a few months ago. I am checking how to solve this problem. See #169 |
Hi @kemalcany ! |
@kemalcany @thuongtruong1009 You can check this repo https://github.com/userquin/test-pwa-ts-4.5.5, I have included there a sw router for dynamic pages at first level and some server logic to use it on development (also modified the netlifly configuration but not yet tested). On this repo there is no flash on the dynamic route The repo contains the pwa plugin package for some internal tests I'm doing, I have also upload the The changes are on this commit userquin/test-pwa-ts-4.5.5@6b6368d:
I'll try to add the app to netlify when I have time. EDIT: I also change the |
You can test it here: https://optimistic-cray-38ef22.netlify.app/ |
Hi!
An old issue that was resolved few months ago came back.
The index page is flashing very quickly before a dynamic page is rendered
You can see it here:
https://vitesse.netlify.app/hi/something
More info: #159
The text was updated successfully, but these errors were encountered: