Skip to content

Instantly share code, notes, and snippets.

@hkdeven
Created December 12, 2016 01:48
Show Gist options
  • Save hkdeven/be838ee47afd440072a1c243596ef95c to your computer and use it in GitHub Desktop.
Save hkdeven/be838ee47afd440072a1c243596ef95c to your computer and use it in GitHub Desktop.
What is JSX, ES5, ES6 blog article fig1.2
<div className="map-wrapper">
<p>Here's a map!</p>
<GoogleMap
defaultCenter={{ lat: -34.397, lng: 150.644 }}
defaultZoom={8}
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment