Skip to content

How is this different from @cloudinary/react #296

Discussion options

You must be logged in to vote

hey @marcobiedermann great question!

this library takes advantage of Next.js-specific tech, here are a few examples

the CldImage component is a wrapper around Next Image, which is a fantastic image component. we extend that using Cloudinary tech both for optimization and being able to apply transformations on top. with the React SDK, you don't get the image-specific features that Next Image provides, but you get the other Cloudinary-specific features, which may be more in depth than what is currently available here. they both also provide a different Developer Experience, so you may prefer one over the other from the usability perspective.

The React SDK doesn't the Upload Widget, this pro…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@MorningLit
Comment options

@colbyfayock
Comment options

Answer selected by colbyfayock
Comment options

You must be logged in to vote
1 reply
@colbyfayock
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants