Remix.run Logo
timcobb 9 hours ago

For some new custom small thing you'd be better off using not this though, right?

queenkjuul 6 hours ago | parent [-]

Personally i can kind of see a use case here. I've shipped some simple server side packages as a "compiled" Node single executable written in TS, but you're stuck with the big overhead of Node.

I've just been teaching myself Go, also a single binary but without the overhead. But in Go i miss the expressiveness of the TS type system sometimes.