Best method to fetch data in Plasmo?
I am using supabase for my product. I am currently building Chrome Extension for the same. I wanted to know what is the best way to fetch data.
Should I do it inside a useEffect in the popup.tsx?
Or should I use the Messaging API and send to background?
I want to know the most secure way.
Thanks!
0 Replies