I am currently working on building a React map with an interactive map. I am researching various libraries (Google, Leaflet, MapBox, etc) and map sources (Google, OSM, etc).
Is the vector map data retrieved from the map source API endpoint every time your website is loaded? Or is the vector map apart of your React app and simply loaded alongside the website (like the vector map data is hosted on your server)?
If not, is there an option to host the vector map on your server as a part of your React app and not have to pay map sources for API requests?