zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.03k stars 424 forks source link

fix(components/useGeographies): allow SSR with JSON #337

Open nicholaschiang opened 10 months ago

nicholaschiang commented 10 months ago

This patch updates the useGeographies hook to allow server-side rendering when passing in a static JS object (e.g. from a local JSON file). This hook will still prevent trying to fetch external geography data when rendering server-side.