Results 30 comments of Uri Klar

Hi @xalisys, we'd be happy to add you code. I saw your fork, but didn't see the commits you mentioned. Can you send me a link? And a PR to...

Hi @gregoryfm! Send me the email of your slack account and i'll send you an invite. (You can also mail me at [email protected] if you prefer)

Hi @FredyC, Why do you say it's dead? I think the lib has reached an MVP state and from now on it will grow to wherever people will have the...

First of all, for the best of my knowledge react-google-maps doesn't have any tests either. This is a project at the beginning of it's path. We made it public so...

We haven't used hooks in this project as they haven't been released yet. Once they're released this whole lib might as well be shrunk into a single hook :-) You...

Hi @FredyC, Thanks so much for the feedback! Sounds like pretty straight forward stuff. We should remove any non mandatory LoadScript props as mandatory. I'm not sure I understand the...

Hi @mathieu-anderson. Our Issues are indeed getting filled with usage questions. Spectrum sounds like a great idea! It has the visibility that slack lacks and it is more specific the...

Hi @shobishani, It's better you ask usage questions in our [spectrum channel](https://spectrum.chat/react-google-maps) We recently added the ```useGoogleMap``` hook that will return the map instasnce from anywhere in the tree. After...

Hi @joaoreynolds. Right now, the top issue preventing people from contributing is the lack of a good workflow for working on the library. I can give you my workflow, but...

See this example on how to add description to props: https://github.com/styleguidist/react-docgen-typescript#example Adding: `/** prop1 description */` above each prop in each component's typescript interface definition will add that description automatically...