Hacker News new | ask | show | jobs
by crooked-v 1426 days ago
A huge benefit React (and anything else that uses JSX) has over text-based templating is that you can strictly lint/typecheck JSX because ultimately it's just syntactic sugar over plain JS.
1 comments

You can typecheck anything there exists a typechecker for.

Vue templates are typechecked for example.