DEV Community

Discussion on: Integrating MapBox with Next.js — the Cheaper Alternative to Google Maps

Collapse
 
gsarig profile image
Giorgos Sarigiannidis

A few months ago I made an OpenStreetMap Gutenberg Block for WordPress, which has some resemblance in regards to the code, as it is mostly React as well. In my case, Leaflet.js (react-leaflet in particular) was very handy to build the overall experience. Its advantage is that its service-agnostic and it can easily be extended to use other Tile Providers, like Google Maps, Here Maps, or whatever.