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
I'm wondering if is better, for performances on our SPA, if I use inline or symbol method.
Correct me if I'm wrong:
I think that inline method increase our file size but is cacheable with no HTTP requests, right?
The symbol method decrease our file size but is more heavy for DOM rendering, right?
Which one I should use?
Thanks anyway for your amazing job!
Other similar questions on StackOverflow: https://stackoverflow.com/questions/33153411/include-inline-svg-through-symbol-or-css
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm wondering if is better, for performances on our SPA, if I use inline or symbol method.
Correct me if I'm wrong:
I think that inline method increase our file size but is cacheable with no HTTP requests, right?
The symbol method decrease our file size but is more heavy for DOM rendering, right?
Which one I should use?
Thanks anyway for your amazing job!
Other similar questions on StackOverflow: https://stackoverflow.com/questions/33153411/include-inline-svg-through-symbol-or-css
The text was updated successfully, but these errors were encountered: