
Season 2 · Episode 43
Mantine's callback with Remix's ActionFunction
John asked this on 2022-08-24
August 30, 20225m 21s
Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
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.
Topics
RemixMantineCloudinaryDropZonesActionFunctionuseFetcher