I'm developing a React app, and I'm trying to implement a Leaflet-map with support for offline download of the map tiles. For this I thought of using leaflet.offline (https://github.com/allartk/leaflet.offline), but I'm unsure of how to use this library in React?
How can one use leaflet.offline with React, or are there any React-specific libraries that supports offline download of map tiles using Leaflet?
Thanks for any help!