Intro to SVG for React Developers (able.bio)Oct 06, 2019
From simple glyphs to complex visualizations, you can use SVG to create reusable React components that render precise vector graphics, all without any additional libraries or tools.
Dynamic Bézier Curves (joshwcomeau.com)May 23, 2018
We'll go through the basics of working with Bézier curves and SVG in React.js. We'll learn how to build dynamic curves that respond to user input:
SVG Patterns in React - Build a Twitter Wall (robinwieruch.de)Aug 30, 2017
Wondering how you can use SVG in React? This article gives you a walkthrough of different SVG in React options. It showcases it with an implementation of using SVG as backgrounds in React with stylish patterns from svg-patterns or Hero Patterns.