#Supabase subscribe
6 messages · Page 1 of 1 (latest)
Try wrapping the first subscribe function chain thing in a useEffect(() ={}, [])
@balmy cairn That worked great! I know nothing of these preact functions, thats my main problem;
Now it can send the data if you open it in multiple tabs. Thanx for the help @balmy cairn
Trying out Deno Fresh: first look at the new, fast web framework from the Deno team with Island hydration and zero JS by default.
useEffect is also in react. I suggest you look into react as well, not just preact. For almost all cases they are the same
Never used react either 🙂
That's fair. Just remember to look up for react answers as well on the internet