Integrating uploadthing with REACT + VITE

How can I properly integrate uploadthing with React. I read the docs and didn't understand it well. It looks like docs was written only for Next.js developers. Do you guys have any example of using Vite React with Uploadthing. Thanks.
1 Reply
B1tWise
B1tWise2w ago
How are you hosting/deploying your app? My understanding is that uploadthing relies on having a server that can handle webhooks/callbacks and secret keys, so if you're deploying your react app as static files via a CDN, then I don't think upload thing will work for that usecase

Did you find this page helpful?