domitriusclark / use-cloudinary

Lightweight hooks for generating URLs of your cloudinary assets and adding transformations
44 stars 11 forks source link

README: Add dependency array to useEffect() hook #9

Closed mbifulco closed 4 years ago

mbifulco commented 4 years ago

Leaving this dependency array out of the useEffect() hook here causes react to slowly eat itself alive - this should make it so that this demo code works out of the box, and responds to changes in height/width/transformations if needed.

domitriusclark commented 4 years ago

Thanks Mike!!