Example of using react-simple-maps with redux-tooltip to create a basic world map, using world-50m.json that shows country names on hover.
Download this example map or clone the repo:
curl https://codeload.github.com/zcreativelabs/react-simple-maps/tar.gz/master | tar -xz --strip=2 react-simple-maps-master/examples/with-redux-tooltip
cd with-redux-tooltipOnce you have downloaded the example install the dependencies and run the app.
npm install
npm run dev