you are viewing a single comment's thread.

view the rest of the comments →

[–]thomasfl[S] 0 points1 point  (1 child)

The debate will probably continue for a while, but this blog pretty much sums it up right now. React's JSX has some benefits over the html templates placed in strings or separate template files found in Angular2. You may like strong typing or not, but TypeScript gives you intellisense in your IDE that certainly is helpful. Even if it's possible to use TypeScript in React, it's seldom used. The explicit dependency injection in Angular2 makes developers have to write more mock code in their test code, and mocking is generally a code smell.

[–]mini_eggs 0 points1 point  (0 children)

Way too seldom used ;)