Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paqstd-dev/nextjs-flashing-loading-redirects
https://github.com/paqstd-dev/nextjs-flashing-loading-redirects
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paqstd-dev/nextjs-flashing-loading-redirects
- Owner: paqstd-dev
- Created: 2024-04-23T01:45:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T01:58:47.000Z (9 months ago)
- Last Synced: 2024-04-23T03:59:05.338Z (9 months ago)
- Language: JavaScript
- Homepage: https://nextjs-flashing-loading-redirects.vercel.app
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bug: Flashing UI when multiply redirects
## Description
When sequentially redirecting between several pages, the interface blinks. It looks like the loading component has already been removed and the new one has not yet been loaded.## Implementation
```bash
npm i
npm run build && npm run start
```## Live Example
[![Demo CountPages alpha](./media/nextjs-redirect-loading-bug.png)](./media/nextjs-redirect-loading-bug.mp4)