You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@krambertech For loading default data, you could load it on server side, i.e. create function to fetch default data before/after fetching components data. To keep it isomorphic, you could also dispatch from the App lifecycle event componentDidMount for fetching the default data on the client side.
In this particular case, I guess loading quizzes per tab change is the wanted behavior: different quizzes for each tab.
Now every time I change tab all quizzes are reloaded. They could be easily cached
The text was updated successfully, but these errors were encountered: