@catculation@lemmy.zip to Programming@programming.devEnglish • 1 year agoGoogle lays off staff from Flutter, Dart and Python teams weeks before its developer conference | TechCrunchtechcrunch.comexternal-linkmessage-square99fedilinkarrow-up1323arrow-down10cross-posted to: google@lemmy.world
arrow-up1323arrow-down1external-linkGoogle lays off staff from Flutter, Dart and Python teams weeks before its developer conference | TechCrunchtechcrunch.com@catculation@lemmy.zip to Programming@programming.devEnglish • 1 year agomessage-square99fedilinkcross-posted to: google@lemmy.world
minus-squarestevecroxlinkfedilink3•1 year agoIf you have the freedom try Typescript. The tsx files are almost identical to jsx except for the need to define the field types your ingesting. While thats a little extra work, it allows Visual Studio Code to perform deeper analysis and provide much more helpful contextual hints. I grew to love JSX and tried TSX out of interest and you couldn’t convince to go back to pure JS
minus-square@hector@sh.itjust.workslinkfedilink2•1 year ago I actually use it in all of my projects it’s so delightful lol!
If you have the freedom try Typescript.
The tsx files are almost identical to jsx except for the need to define the field types your ingesting.
While thats a little extra work, it allows Visual Studio Code to perform deeper analysis and provide much more helpful contextual hints.
I grew to love JSX and tried TSX out of interest and you couldn’t convince to go back to pure JS
I actually use it in all of my projects it’s so delightful lol!