I’ve been really interested in the idea of isomorphic JavaScript recently. With Deno pushing web standards on the backend it’s interesting to see how much you can share between front and back end.
https://fresh.deno.dev is kinda cool but I’m really not a fan of file-based routing and their testing story isn’t there. I was playing around today with my own JSX based SSR, though it isn’t entirely isomorphic JS.
With fetch’s Request & Response and URLPattern you can kinda make a server with routing using web-native primaries then with JSX you can do HTML templating.
Then you can use an actual