Y
Hacker News
new
|
ask
|
show
|
jobs
by
hex13
3157 days ago
besides - if you generate your SVG programmatically you can just return them in your render function:
function Foo(props) { return <svg> <circle cx="10" cy="10" r="100" /> </svg> }