reactjs - Difference between google-map-react and react-google-maps - Stack Overflow
Best way to use google maps with React?
Which Google Maps React library to choose: react-google-maps or google-map-react? Anybody have any experience with this?
https://reddit.com/r/react/comments/o9m2ca/what_is_the_best_npm_package_for_the_google_map/ if you haven’t found this already.
More on reddit.comGoogle maps alternative for react
Videos
» npm install google-map-react
» npm install @react-google-maps/api
Be carefull, react-google-maps project is unmaintained more than a year, see
https://github.com/tomchentw/react-google-maps/issues/986
They suggest to look at @react-google-maps/api but it is quite a young project and doesn't have a lot of stars on GitHub yet.
I personally like google-map-react which is still under (quite active) development.
I found the google-maps-react documentation a bit confusing because it utilizes a HOC, compose, to simplify the map. For those new to React, it might be easier to start without compose.
react-google-maps, a package that essentially provides a React component wrapper for the Google Maps API. react-google-maps allows users to use the full functionality of Google Maps Javascript API.
I´ve tried a lot of libraries before, but got disappointed with many of them.
What do you guys use / recommend?