Hi friends!
I am working on a website that requires many icons, and I am looking into using SVG sprite for the icons. Some large websites, such as...
For further actions, you may consider blocking this person and/or reporting abuse
You can use archer-svgs to load svg async and cache it in localStorage, when you reuse svg without http request!Remove svgs from your js-bunilde and Thin your js-bundle forever!(eg: Dont reload 100kb svg bundle only for 1kb svg update!)
Good insights:
stackoverflow.com/questions/244336...
stackoverflow.com/questions/213038...