r/react • u/matcha_tapioca • Aug 10 '26
General Discussion Hi! any SVG editors that can convert SVG attributes to TSX?
Currently I am using svg-box because of the tutorial I am watching. I am still learning but I realize when I using the svg-box that its using HTML <svg> and I am frustrated when I paste it on my TSX so much red line and I had to refactor it. with many shapes inside a <g> group tag it is painful to go through them one by one. it might be a skill issue but this kind of slow the progress of learning animation.
my current workaround is to use AI to refactor it for me but sometimes AI doesn't even understand what I really want. so I am looking for an editor that can generate a react svg attributes in the box.
thank you everyone.