| ▲ | toolslive 4 hours ago | |||||||
You don't have to use TypeScript if you don't want to: you can compile Haskell, Ocaml, Rust, F#, ... to javascript. This is quite efficient, especially if your backend is already in one of those languages. It saves you from creating the same abstraction twice in different languages. | ||||||||
| ▲ | esafak 4 hours ago | parent [-] | |||||||
How does that work with JS frameworks like React, since most development takes place with them? | ||||||||
| ||||||||