Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
69
rated 0 times [  75] [ 6]  / answers: 1 / hits: 64649  / 8 Years ago, thu, november 3, 2016, 12:00:00

I'm somewhat familiar with TypeScript and have recently been made aware of JSX. They both seem to be similar to me. I looked at the comparison to JSX on this website and they compared it to Dart and some other technologies but not to TypeScript.



TypeScript and JSX appear to both compile to JavaScript and provide static typing and classes, but they seem to be complementary and not competitors according to a few places on the web such as TypeScript and JSX.



I'm trying to make this not too open ended, so can someone tell me what features TypeScript offers that JSX doesn't and vice versa?


More From » typescript

 Answers
1

Comparing the two is a bit like apples and oranges. JSX is a language and TypeScript can compile to it. I suggest that you read up on it here: http://www.typescriptlang.org/docs/handbook/jsx.html


[#60190] Tuesday, November 1, 2016, 8 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alfredoc

Total Points: 261
Total Questions: 128
Total Answers: 89

Location: French Polynesia
Member since Sun, Aug 2, 2020
4 Years ago
;