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
I think it would be more efficient to use svg symbols, so like <svg><symbol id="dashboard">... somewhere centrally and then <svg><use xlink:href="#dashboard" /></svg> where the icon is used. In cases with lots of (the same) icons and server-side-rendering it can reduce the page size.
To accomplish this we could define a FaContext component that Fa components would talk to using the context API.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Cool library, thanks!
I think it would be more efficient to use svg symbols, so like
<svg><symbol id="dashboard">...
somewhere centrally and then<svg><use xlink:href="#dashboard" /></svg>
where the icon is used. In cases with lots of (the same) icons and server-side-rendering it can reduce the page size.To accomplish this we could define a FaContext component that Fa components would talk to using the context API.
Any thoughts?
The text was updated successfully, but these errors were encountered: