TypeScript debat
https://youtu.be/mQ1bKqypBDY?si=IiVbmxonYdjVaJp7
I just watched this video about Proxies and it makes me wonder again why tailwind would be so useful. Maybe I just haven't used TypeScript that much or not fully understanding what Proxies are.
Proxies allow for runtime type checking in vanilla js, while with TypeScript you gotta create types and interfaces and your runtime isn't even validated yet which just seems double the work.
I just watched this video about Proxies and it makes me wonder again why tailwind would be so useful. Maybe I just haven't used TypeScript that much or not fully understanding what Proxies are.
Proxies allow for runtime type checking in vanilla js, while with TypeScript you gotta create types and interfaces and your runtime isn't even validated yet which just seems double the work.
YouTubeColorCode
Episode 22 of
“25 Things JavaScript Developers Should Know (But Probably Don’t)”
The JavaScript Tool I'm using to demonstrate:
https://runjs.app/ColorCode
ColorCode Etsy Merchandise store:
https://www.etsy.com/shop/ColorCodeStore
Description
JavaScript Proxies let you intercept, validate, and control objects in real time, and ...
“25 Things JavaScript Developers Should Know (But Probably Don’t)”
The JavaScript Tool I'm using to demonstrate:
https://runjs.app/ColorCode
ColorCode Etsy Merchandise store:
https://www.etsy.com/shop/ColorCodeStore
JavaScript Proxies let you intercept, validate, and control objects in real time, and ...

front-end