1. 2
    Add a React Leaflet Marker with a Popup to a Map
    1m 15s

Add a React Leaflet Marker with a Popup to a Map

InstructorColby Fayock

Share this video with your friends

Send Tweet

In this lesson, you will learn how to add a Marker and Popup component to a Map when using React Leaflet. We'll walk you through importing the components and adding each one to the Map. Additionally, we'll resolve an issue with loading marker images that's inherent to creating a new React Leaflet map in Create React App, which we'll fix by manually importing the image from Leaflet and configuring those images to the marker.