v3.0.0 react-globe is live!
Check the documentation to begin building interactive globe visualizations!
Notes
- Original development of
react-globebegun as react-3d-globe. - The release of React hooks was a huge motivation to rewrite
react-3d-globe. Writing code in hooks allowed complete separation of responsibility of ThreeJS entities (e.g. camera, globe, markers, renderer). These separate effects can be updated in a controlled manner by listening explicitly to their dependencies passed down from the component props. - The
react-globeproject is heavily inspired by the metoorising visualization project. Many features inreact-globeare based around requirements in this project. - The
react-globeNPM package was transferred to me from the original package. Code is published to this package at version3.0.0to dissociate features and goals from the old package.