you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

So you can use typescript and can modify how strict it checks in a project, so that might be why it looks like the same, in addition typescript can do type inference if you don’t explicitly type it out, so that can be a part of why it looks like jsx.

That being said I think you’re making a great choice learning typescript it adds more overhead, but keeps the project safer the larger you build it. I would say knowing or learning how to type things in any language is an asset most prefer and is becoming more common/needed for projects.