How crazy of an idea is it to try and get an element listener on an SSR application? I assume it's completely delusional.
For this app I'm querying blog posts from Sanity through a normal-ish fetch on an SSR component, since this component needs to be fetching data on a "preview" mode. I assumed a script tag with a listener for updates inside could do it? Feedback appreciated!!