|
|
|
|
|
by mabbo
3337 days ago
|
|
React is such a nice way to make SVGs generally. My team was building a microservices to generate our dynamic images, then had the realization: our frontend is React, and we can make these images client-side as inline SVGs (or server side if we need using the same code). There's some browser compatibility issues we have to stay on top of, but overall it's been a blast. |
|