Lazy load contexts #840
Unanswered
cakir-enes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any other route than landing page requires same context as parent and since context is too large I want to load it lazily.
This is what I do
But between
dashboard
andapp
pages there is glitch ofLoading...
fallback which is very annoying. How to handle this best? Basically my goal is to loadProviders
after user navigates out of landing page and share that same context between different pages (its stateful in a way local storage cant help)Beta Was this translation helpful? Give feedback.
All reactions