Replies: 2 comments
-
I used some plugins such as |
Beta Was this translation helpful? Give feedback.
-
Hi @aquibbaig if I get it right, you need to connect state from Gatsby Browser (e.g. I found a way to tap into Gatsby Browser state from React by using a zustand store. Works great for me, with Redux devtools for Gatsby Browser events and all, but I have never seen that anybody else uses this pattern. So I don't know if it is cutting edge or just a really bad idea 😄. I posted sort of a PoC in an issue on how you would do that. For your use case, you would compose a state hook that tells you the truth about delayed updates and then use this state hook like any other hook in a React component. I posted a sample component, that directly animates |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, So for me it's difficult to know when your content is loading on clicking those links, so what is the easiest way to implement "wait" on page delay caused due to navigation or data fetching. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions