DEV Community

Discussion on: Why do you still love React?

Collapse
 
ryannerd profile image
Ryan Jentzsch

If Python didn't use white space as a part of structure and logic I'd probably like it more (also add some strict typing as a feature).
JavaScript...well...is a turd, but no choice if you are targeting the web. There are languages that transpile to JS that add a level of sanity to an insane language. I typically use TypeScript but have used Dart and Kotlin as well to transpile to JS. TypeScript is well supported and is usually easier to debug when things go south than other transpiled languages.