DEV Community

Cover image for How is Deno Doing? (Nov 2020)
Ari Kalfus
Ari Kalfus

Posted on

How is Deno Doing? (Nov 2020)

How is Deno maturing? Are folks using it? How do they like it vs. traditional Node (server) development? How do you feel the framework and library ecosystems are coming along?

Top comments (4)

Collapse
 
dwoodwardgb profile image
David Woodward • Edited

I would be using it for side projects except I can't get the intellisense to work in vscode with some of the libraries I import from pika....

Edit: just realized that if you add a ?dta query param at the end of your skypack URLs it will give you the types :D

Collapse
 
artis3n profile image
Ari Kalfus

Sounds like the ecosystem needs further maturity

Collapse
 
dwoodwardgb profile image
David Woodward

It's getting there, now is a nice time to start checking things out if you're curious

Collapse
 
barzi92367868 profile image
Barzi

I also have the same problem with deno. It's a big bummer! But I'm learning it anyway.