← Back to context

Comment by tracker1

2 days ago

Depending on what you're doing, I find SVG manipulation in React to come out pretty well. I've used it for overlays on scanned documents and basic charts without much issue at all.

I've used it for very complex visualizations and, as long as things are properly memoized, it has also turned out very well.

SVG a11y standards are pretty undeveloped however which is disappointing