bubbaspaarx / react-cloudinary-upload-widget

react wrapper for cloudinary upload widget
17 stars 20 forks source link

assignment of variables and methods to window #17

Closed bubbaspaarx closed 1 year ago

bubbaspaarx commented 1 year ago

Due to the nature of the cloudinary widget mechanism. When clicking on the assigned button, an entire new widget is launched each time. Whilst the performance impact is negligible, it meant that sources like google drive would need to be authenticated for every new widget you opened. To mitigate this the following has been added,