|
|
|
|
|
by Longwelwind
3423 days ago
|
|
React managed to make HTML "statically typed". If I make a typo in the name of a component or the name of an attribute used in a HTML tag property, Typescript will catch it. Since Vue & Angular uses template strings, TS can't do the same check. This makes catching errors and refactoring easier. I used to prefer Vue, but since I've discovered Mobx, I only use React now. It took me a lot of time to properly learn the tools, but I'm pretty happy with them now. |
|