forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

Investigate and prototype SVG sprite #160

Open kmonahan opened 2 weeks ago

kmonahan commented 2 weeks ago

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:

  1. How can we generate a sprite on the React side?
  2. Does this indeed result in any performance or developer ease of use improvements that warrant switching?