@brianleroux Real Q: if #Deno interops with #Node.js, what's the main reason to switch?
I'm assuming execution with npm packages enabled, disables the main security features of Deno.
Is the advantage mainly newer #ECMAScript and URL imports? Is there a perf difference?
I'm not opposed, just wanting to understand the main reasons.
@tbeseda @brianleroux say I wanted to swap out Node for Deno and do a comparison, is it really as simple as just getting the latest copy of Deno and switching out the runtime (`deno start` instead of `yarn start`)?
@brianleroux I know Deno natively handles TypeScript but does it now handle JSX too?
@brianleroux hey that's great! Apparently it's been longer than I realized since I last checked in on Deno π
@mcneely @brianleroux Deno has always supported JSX. There's no built-in Vue or Svelte support, however.