Closed louis-young closed 2 years ago
Name | Link |
---|---|
Latest commit | fca75157308f68f334a3b50ed82ed524b8dcdb74 |
Latest deploy log | https://app.netlify.com/sites/reactiflux/deploys/636189344c261300071206d4 |
Deploy Preview | https://deploy-preview-240--reactiflux.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
The flash still seems to happen on the initial page load. However it's still way less jarring without the flash in between page transitions, so you can merge this if you want. #242 could fix our remaining issues anyway.
This is the recommended way to add a global stylesheet.
Thanks. Iโll call it an educated guess ๐
The flash still seems to happen on the initial page load. However it's still way less jarring without the flash in between page transitions, so you can merge this if you want. #242 could fix our remaining issues anyway.
Yeah, there will be a short FOUT on initial load but it resolves the jarring flash on every navigation like you say. As itโs such a trivial change, I think we should merge this and look at using Nextโs font loaders once weโve upgraded ๐
PR for fixing the flash of unstyled text which is rather jarring and appears to cause a layout shift.
This pull request fixes the FOUT by relocating the font imports from the layout component into the
_app
file.Changes
Layout
component into the_app
file.Layout
component into the_app
file.Notes