connect cloudinary with react frontend

Adding Cloudinary to your React Frontend using XHR

Cloudinary allows you to upload images (and videos) through API on their cloud hosting platform. It also alllows (end) user to transform images like changing height/width, adding borders, changing aspect-ratio and much more by adding parameters to their delivery URL. Cloudinary is free and I am introduced to it as an alternative to firebase from this…