https://kurtextrem.de/posts/svg-in-js suggests avoiding our current approach of using svgr and creating SVG sprites instead, similar to what we do on Gesso for Drupal.
First things to figure out:
How can we generate a sprite on the React side?
Does this indeed result in any performance or developer ease of use improvements that warrant switching?
https://kurtextrem.de/posts/svg-in-js suggests avoiding our current approach of using
svgr
and creating SVG sprites instead, similar to what we do on Gesso for Drupal.First things to figure out: