Skip to content

Instantly share code, notes, and snippets.

View quentin-decre's full-sized avatar

Quentin Decré quentin-decre

View GitHub Profile
/**
* Extend a dataProvider to add a Google Maps API Geocoding Places resource.
* Then you will be able to add location autocomplete using ReferenceInput and AutocompleteInput
* @example
*
* const dataProvider = withGoogleMapsPlacesResource(
* jsonServerProvider("http://localhost:3000"),
* [....]
* );
*