StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why use Google Maps API in a Starter?

aakashchoubey opened this issue · comments

Why does the index.html contain the line -
<script src="https://maps.googleapis.com/maps/api/js"></script>
at line 7 ?

It is used in his react redux Udey course which this starter project was created for.

commented

Sadly it's not relevant in some of the other sample apps that uses this. He's probably removed the script tag in those tutorials and mistakenly checked it in, since he doesn't get the console warnings for the Google Maps API key.

commented

Duplicate of #82