Subscribe to data in solid-start
I'm using Supabase with solid-start. I'm pulling data from the postgres db using
Are there any patterns to handle this using solid-start? I'm not sure how to subscribe in an SSR setting.
createServerData$ function. I'm hoping to have this page subscribe to the data and update if another user inserts data to the postgres table.Are there any patterns to handle this using solid-start? I'm not sure how to subscribe in an SSR setting.
