Giter VIP home page Giter VIP logo

Comments (3)

vid avatar vid commented on September 28, 2024

I tried to use that other lib, but its examples aren't designed to be simple (they introduce unnecessary concepts), and it acts at a lower level basis, whereas from what I can tell react-googlemaps provides higher level components.

from react-googlemaps.

pieterv avatar pieterv commented on September 28, 2024

I haven't personally used tomchentw/react-google-maps so can't provide a comparison but the intention of this projects API is to hide the implementation details of google maps entirely from you and provide a pure declarative API much like React does with the DOM.

from react-googlemaps.

rektide avatar rektide commented on September 28, 2024

tomchentw/react-google-maps#21 relates to extensive use of React context, which is a big no no and prevents multiple instances from working well together. Note how in the demos Marker isn't inside of Map, it's alongside it: it's using a singleton Map instance stuffed in context.

On the downside for react-googlemaps is that if you require() it from Node it'll throw. Neither module renders a map during renderToStaticMarkup, but react-googlemaps not even being requireable by Node is a bit frustrating.

from react-googlemaps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.