Working with SVGs in React
Importing SVGs with Webpack and animating them via CSS & Styled Components
11 min readJul 1, 2019
--
SVGs are now the standard means of illustration
This article will explore the standard tools used for importing SVGs in React projects today, before delving into some techniques for theming and animating SVGs with CSS and Styled…