kirill-konshin / next-redux-wrapper

Redux wrapper for Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

state getting empty before navigating to another SSR page.

kamiyabzignuts opened this issue · comments

Describe the bug

I am experiencing an issue where the state of a page becomes empty for a few seconds before changing when I navigate to another SSR page. This issue is more pronounced on slower internet connections, and is particularly problematic given that the majority of pages in my application use SSR.

Expected behavior

it should stay until the page changes