shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 33 forks source link

Why it's called `react-geocode` if it works everywhere? #51

Closed AbdUlHamedMaree closed 3 months ago

AbdUlHamedMaree commented 5 months ago

normally react packages should have either Components, hooks, or anything related to react, but this one doesn't. is there a plan to have something in the future?

shukerullah commented 3 months ago

Hi @AbdUlHamedMaree, you're right, react-geocode works everywhere, not just React. We originally built it for React but expanded its use. We've clarified this in the README.

AbdUlHamedMaree commented 3 months ago

@shukerullah we can maybe add some useful hooks and then, it would be more useful for developers. I can contribute if you think it's a good idea