← Back to context

Comment by agambrahma

2 years ago

Interesting that this is Clojure :-)

Clojure + TS seems to be a good way to go, without being hung up on CLJS.

> Clojure + TS seems to be a good way to go

TS as in TypeScript? They're on two very opposite ends of a spectrum, what would you use it for if you're already using Clojure? And what's the "hang up" with CLJS?

I'm dreaming about a Next-like framework that will do React SSR in GraalVM JS engine but will do data fetching, routing and other stuff in Clojure.

  • I recently started a project with C#/.Net8 with Sveltekit using adapter-static, and it’s been pretty great so far.

    Different tech, obvs, but similar spirit. I like the idea of starting with my own monolith with a clear path to breaking out the frontend in the future if we need to scale.