I hope Deno's team really keep the developer advocate going for a good amount of time it will take time to get jsr populated and infrastructure migrated into deno, and I hope you guys make it
@codernerd70762 ай бұрын
"Deno is here, and it's good" 😮
@4m4l2 ай бұрын
😅
@doog992 ай бұрын
😮
@PanIntegralus2 ай бұрын
😯
@trustytrojan2 ай бұрын
loving the package management changes! no more dealing with package.json, dependencies are specified in code 🙌
@AndrieMC2 ай бұрын
that was always a feature in deno
@trustytrojan2 ай бұрын
@@AndrieMC sorry but i kinda forgot deno existed until this big release 💀
@mhm13dev2 ай бұрын
@@trustytrojanthey didn’t drop it. either you import deps directly in code or deno.json, your choice.
@trustytrojan2 ай бұрын
@@mhm13dev ??? i meant dropped as in released 💀💀💀 edited my first reply
@mhm13dev2 ай бұрын
@@trustytrojan ah okay 😅 my bad
@alycheikhouldsmail75762 ай бұрын
Deno team takes a lot of time for understanding there is a need for compatibility with node ecosystem!, but finally great
@ameliaamare2 ай бұрын
I have been following the development of Deno 2 and testing things out since RC. Just want to say thank you for your work. Also much respect for patiently dealing with all the questions from people migrating! ❤
@mhdadilkk2 ай бұрын
Let's Go Deno🦕
@samarbid132 ай бұрын
Flask people here: We'd love it if you could show examples of migrating from Node to Deno, specifically using Deno and Flask. It would be great to see how to handle situations with many packages, where you need to collect static files from all deps packages and bundle them, develop with hot reload and so on...
@deno_land2 ай бұрын
thanks for your comment. great suggestions. we'll keep this in mind for future videos!
@arthuraguiar53822 ай бұрын
quick feedback on the editing of the video (and I know it's nitpicking because it wasn't exposed on it's entirety): around 0:23 you can kind of make out some digits of the URL if you focus on the minimum color change in the "censored area". sure, the rest is cropped out but in a future scenario that could lead to other sensible information being leaked.
@31redorange082 ай бұрын
You can basically see the whole thing at 0:30.
@gerardonavarro34002 ай бұрын
@@31redorange08so true actually lol
@tririfandani18762 ай бұрын
Mvke a video about monorepo in deno
@alycheikhouldsmail75762 ай бұрын
can use pnpm via deno cli for resolving and downloading npm pkg ?
@BDKing-hh7pk2 ай бұрын
I can run nextjs in deno but why I can't build and start it in deno?
@deno_land2 ай бұрын
you can build and start a next.js app in deno. just use `deno task` to list all the deno tasks that you can run with deno.
@TheGothGaming2 ай бұрын
Im sold
@Dik131WZD2 ай бұрын
Hey, Deno team, could you make video tutorial about Deno 2.0 like Expo made, please?
@mhdadilkk2 ай бұрын
Is this how Deno comes to be? 😄 let str = "node"; let result = str.split('').sort().join(''); console.log(result); // Output: "deno"
@parlor31152 ай бұрын
It needs to support NestJS before I consider it.
@codernerd70762 ай бұрын
I want to see a full app setup with Deno maybe using Next.js, Next.js not even mention deno in their docs 😢
@masterflitzer2 ай бұрын
nextjs literally didn't work with deno a few days ago, it'll take a long time until they'll add it into their docs i will make myself a few deno templates (astro, sveltekit, nuxt), i don't see why you need a template, a dev should be able to setup any project
@deno_land2 ай бұрын
you should be able to run create-next-app with Deno. we will create a tutorial shortly to show you how to do that.