(no title)
ttty2 | 4 years ago
Why in the world would you ever write text over proper JavaScript language.
You lose so many features.
For example you lose type check, which it's core to any project.
For me it's a no brainer to use an existing language to render stuff. Tsx I know it's not just js, but I can consider as just plan js/ts code.
Edit: seems like they do type checking, but I'm pretty sure can't do type checking at the whole file level.
No comments yet.