Comment Re:TypeScript? (Score 1) 45
As much as I hate it, TypeScript is a legitimate choice.
There are millions of developers out there to choose from, which makes sourcing talent far easier and cheaper.
There are several runtimes to choose from for optimization, and massive 3rd party library support for practically everything.
It's a strongly-typed language that prevents you from footgunning yourself in any myriad of ways, which "transpiles" back to good ol Javascript that runs everywhere.