cameron808
cameron80811mo ago

Deno vs Node for writing a React component library.

Hi all. I love Deno and what it does, but I need some help deciding if it is right for my small project. I am a backend developer with some fair JS skills, but I would say weak at the world of front end tooling. WOULD USING DENO TO CREATE A SMALL REACT COMPONENT LIBRARY BE A GOOD, practical idea, or would the pragmatists say use Node for now until Deno is more proven for that? Sorry if this should be obvious or plain to see.
1 Reply
cameron808
cameron80811mo ago
I've been digging around a bit, it seems part of the hard part is the transpiling jsx/twx->js. It seems the create-vite-extra lib now offers "Typescript + SWC" where SWC is a whiz bang transpile. So I'll give that a shot