Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)