DEV Community

Discussion on: Blurred image placeholder with Next.js image and Cloudinary

Collapse
 
siegfriedbz profile image
Siegfried Bozza

Thank you for sharing
as opposed to using getStaticProps which runs server side , if we use AdvancedImage from '@cloudinary/react', do we benefit from SSG ? or is it running only on the client ?

As I understand, AdvancedImage from '@cloudinary/react' is to be used in a React app, not in Next.js ?