I'm using react to build a web app to view images, videos and maps.
The map files are in .tif format and some of them are huge one is 350+ mb. I don't know much about .tif and how they work.
Is there any library to load and render such files?
you can use OpenLayers
library for .tif files, see examples for more info.