|
|
|
|
|
by DonnyV
4752 days ago
|
|
I've been burned way too many times with Microsoft and there technology. I suggest that no one build any long lasting apps with this. They will dump it when something new and shiny comes along. Unless its based on C# or uses Visual Studio don't use it. |
|
But the Typescript project has some things going for it:
1. It's open source.
2. It's closely aligned with EC6, the upcoming Javascript standard.
3. It's compatible with existing Javascript libraries.
4. It's useful as it is, to add type checking to Javascript. It doesn't require a massive growing ecosystem to remain viable.
5. The compiler outputs standard idiomatic Javascript, which you could take and run with if you no longer wanted Typescript.
And, yes, there's a Visual Studio plugin for it if that's your cup of tea.