Hacker News new | ask | show | jobs
by cto_official 1454 days ago
was just reading about them, the were trending on github today.. if we want to port an existing typescript project to deno any ideas how complex it would be ?
2 comments

I'd guess it would not be trivial. NPM packages are not compatible out of the box. There are workarounds, but generally speaking it's still (relatively) early days in Deno-land. Having said that, I've been playing around with the Deno Fresh framework and it's been a refreshing experience compared to typical TS based web app development.
At this point it would almost require a full rewrite. I use it for a new projects. But things like using Vue is really hard, some packages help but they are also buggy.