The Call Kent Podcast
Trailer
Bonus
Episode 43
Season 2
Mantine's callback with Remix's ActionFunction
I'm using Remix to create an app that displays a list of images, similar to a gallery. I am using Cloudinary for storage and Mantine for UI. Since I am using Mantine's DropZones control, it has an onDrop callback to handle dropped files, how could I direct it to Remix's ActionFunction to handle the dropped files since it's not a form, thus there's no post.