As part of the app I’m building in my book, I buil...
# madewithprisma
m
As part of the app I’m building in my book, I built an async multi-image upload feature with a state UI. Uses Prisma (of course!), Postgres (Railway), Cloudinary, Chakra-UI, Next.js.
prisma rainbow 4
💯 3
🙌 3
l
out of curiosity, do you use the image component from the cloudinary library or next/image?
m
Currently next/image. I didn’t find the cloudinary media library component to be flexible enough, and I wanted control over the UI and the API.