We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SWR behavior, that the cached data is returned while new data are fetched in the background.
This can help prevent the splash blank page while the translation data are loading.
The text was updated successfully, but these errors were encountered:
Feel free to try a PR
Sorry, something went wrong.
Only worth on very slow networks IMO. Not something that this backend can solve.
You might have to create a new backend like https://github.com/i18next/i18next-chained-backend that does all the magic:
No branches or pull requests
🚀 Feature Proposal
Implement SWR behavior, that the cached data is returned while new data are fetched in the background.
Motivation
This can help prevent the splash blank page while the translation data are loading.
The text was updated successfully, but these errors were encountered: