Friday, April 19

Tag: React Apps

Web Tricks

React Apps with the Google Maps API and google-maps-react

This tutorial aims at integrating the google maps API to your React components and enabling you to display maps on your website. Introduction to Google Maps API. At some point of our lives, we've all gotten a chance to use and interact with the google maps, either through finding directions, viewing our current location, ordering cabs or estimating distance and time from one point to another. Including the Google maps API in a React App is actually far much easier than expected due to its rich documentation which I highly suggest that you look into, and the npm package by Fullstack React. Prerequisite: React Knowledge (at least intermediate level) A Google Maps API Key Go on ahead and grab your API key here. Simply click on the Get Started button Tick on the maps...