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
Since it may take a bit for the react app to intially load, we should look into getting an svg loading animation.
This is possible because the root DOM node react renders to gets completely overwritten when react decides to render so you can easily put an animated SVG in here https://github.com/BigRoom/mystique/blob/react/index.html#L11-L12.
/cc @paked
The text was updated successfully, but these errors were encountered:
paked
No branches or pull requests
Since it may take a bit for the react app to intially load, we should look into getting an svg loading animation.
This is possible because the root DOM node react renders to gets completely overwritten when react decides to render so you can easily put an animated SVG in here https://github.com/BigRoom/mystique/blob/react/index.html#L11-L12.
/cc @paked
The text was updated successfully, but these errors were encountered: