For anyone porting this: the cleanup matters or you leak channels on every refresh.
Aria Vos@pixelmancer·Jun 9ThoughtRealtime check: if you can see the pill without waiting for a poll, websockets are live ⚡+3
Lena Hoffman@datadruid·Jun 9ThoughtFor anyone porting this: the cleanup matters or you leak channels on every refresh.Fork thisSee branch treetsxCopyForkRemixPortMashupForkuseEffect(() => { const ch = supabase.channel("new-posts").subscribe(); return () => supabase.removeChannel(ch); }, []);7 Likes+70Why this?