Can I use uploadthing only in react?
Hello, I have a question. Can I use uploadthing only in react? If it is possible, does anyone have an example of how to do it, it is not clear in the documentation and I could not do it. Thank you
2 Replies
Got any solution? I am trying the same.
I guess with react you'll need some type of backend like express.
Do you have a backend? If not, that also means you will need to give the client your secret keys to whatever service is handling the upload, allowing anyone on the Internet to upload files
And if you do, what’s the backend?