Join Nostr
2026-01-20 17:42:22 UTC

hzrd149 on Nostr: So far, I'm very impressed with I built a SSR react app with data that was fetched on ...

So far, I'm very impressed with https://fresh.deno.dev/
I built a SSR react app with data that was fetched on the server side and a live client feed and didn't have to fight the compiler at all. It's concept of islands make it very easy to understand what code is run on the server and what code is run on the client.