React Simple Maps
Create beautiful SVG maps in react with d3-geo and topojson using a declarative api.
npm i -S react-simple-maps
World mapchart showing ND-GAIN country vulnerability data. See example
Why use
React Simple Maps?
Flexible
It's just SVG. React Simple Maps consists of isolated helper components that can be freely composed. Creating and styling map charts is as simple as writing html layouts.
Extensible
React Simple Maps seamlessly integrates with other libraries from the React ecosystem (e.g. react-annotation, react-spring, react-tooltip, styled-components, victory, vx, and many more)
Tiny
React Simple Maps is a thin wrapper around d3-geo and topojson, providing a declarative API for making map charts. It doesn't add bloat and unnecesary dependencies.
Simple
React Simple Maps focuses on handling the tedious stuff, like topojson conversion, zooming, panning, and potential performance bottlenecks so you can focus on what matters; making cool map charts.