Get Started with React JS and MapLibre GL JS

In this tutorial, you’ll learn how to display a map in React JS using MapLibre GL JS. Together we will make a simple full-screen map application as an example of how to use MapTiler maps together with React and MapLibre GL JS for your own React app.

Installation and setting up

  1. Clone the Get Started with React JS and MapLibre GL JS repo
     git clone https://github.com/maptiler/get-started-react-maplibre-gl-js.git my-react-map
    
  2. Navigate to the newly created project folder my-react-map
     cd my-react-map
    
  3. Install dependencies
     npm install
    
  4. Now navigate to the src folder and open the App.js file. Replace YOUR_MAPTILER_API_KEY_HERE with your actual MapTiler API key or Get your FREE API key here

  5. Start your local environment
     npm start
    
  6. You will find your app on the address http://localhost:3000/. Now you should see the map in your browser.

Learn more

If you want to learn how to create a React component to render a map using MapLibre GL JS see the How to display a map in React using MapLibre GL JS tutorial.

React JS with MapTiler maps

If you’re looking to develop React applications with MapTiler SDK JS, check out our tutorial titled React JS with MapTiler maps. This step-by-step tutorial will provide you with the necessary guidance and examples to create a React JS component that leverages the power of MapTiler SDK JS mapping library to render maps.

Get Started With MapLibre GL JS for React Native

You can also develop your applications using React Native. Check out the tutorial Get started with React Native and MapLibre GL JS