Upload Files to Supabase using React, Antd and Typescript
Lets start by creating a new react app:
yarn create vite supabase-file-upload --template react-ts
Now install antd and supabase client library:
yarn add @supabase/supabase-js antd
Create a new supabase project by visiting supabase.com
Now go to you...
ahsanjs.hashnode.dev2 min read