Skip to content

Latest commit

History

History
15 lines (11 loc) 路 727 Bytes

motivation.mdx

File metadata and controls

15 lines (11 loc) 路 727 Bytes
menu title order
About
Motivation
10

Motivation

React supports SVG out of the box, it's simpler, easier and much more powerful to have components instead of SVG files. Wrapped in a React component, your SVG is inlined in the page and you can style it using CSS.

SVGR differs from other library by its solid architecture. It uses svg-parser + Babel to transform SVG code into JavaScript code.

SVGR is included in create-react-app v2 and gives you the power to import SVG directly as a React component.