I just released the v4.2 of Remix Utils, this version includes a hook useEventSource and a response helper eventStream to help you use SSE in a Remix app.
I tried the hook against @lusty pewter official real-time app https://github.com/remix-run/examples/tree/main/_official-realtime-app to ensure it works.
You can read how to use them here https://github.com/sergiodxa/remix-utils/tree/main#server-sent-events