PLAY PODCASTS
Mantine's callback with Remix's ActionFunction
Season 2 · Episode 43

Mantine's callback with Remix's ActionFunction

John asked this on 2022-08-24

The Call Kent Podcast

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.

Mantine's callback with Remix's ActionFunction

Topics

RemixMantineCloudinaryDropZonesActionFunctionuseFetcher