react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

refactor: make lodash a devDependency

Open jrop opened this issue 5 years ago • 2 comments

I attempted to run tests on my Mac, but was unable, so I am starting this PR in hopes of starting the discussion of removing lodash as a hard dependency from this library. lodash has been left as a devDependency, however.

Please let me know what you guys think!

#813 #924

jrop avatar Oct 30 '18 17:10 jrop

Nice! I'll be using this fork, thanks for that.

joshuapaling avatar Oct 17 '19 23:10 joshuapaling

@joshuapaling The repo of this project is unmaintained more than a year, and we had build new version https://www.npmjs.com/package/@react-google-maps/api

We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api You can enjoy autocomplete.

You can see our docs: https://react-google-maps-api-docs.netlify.com/

Also a lot of examples: https://react-google-maps-api-gatsby-demo.netlify.com/ https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api-gatsby-example/src/examples

The bundle size is much smaller: https://bundlephobia.com/result?p=@react-google-maps/[email protected]

Enjoy!

JustFly1984 avatar Oct 18 '19 02:10 JustFly1984