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.11k stars 426 forks source link

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

Open nicholaschiang opened 1 year ago

nicholaschiang commented 1 year 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.