Next.js App Router REVIEW (Six Months In Prod)

  Рет қаралды 59,592

Theo - t3․gg

Theo - t3․gg

11 ай бұрын

My App Router Review is finally ready! After 6 months of using Next.js's new App Router almost every day, I felt like I had enough experience to give a thorough "review".
Have you been using App Router? Are you excited about the future of React Server Components?
STUFF I MENTIONED:
UploadThing - uploadthing.com
MarkerThing (OSS) - marker.ping.gg
Next performance fixes - github.com/vercel/next.js/iss...
ALL MY VIDEOS ARE POSTED EARLY ON PATREON / t3dotgg
Everything else (Twitch, Twitter, Discord & my blog): t3.gg/links

Пікірлер: 208
@t3dotgg
@t3dotgg 11 ай бұрын
Forgot to mention VERCEL SPONSORS ME SOMETIMES BUT THEY HAVEN'T SPONSORED A NEW VID IN A BIT. THEY DID NOT KNOW I WAS MAKING THIS VIDEO. TBH THEY PROLLY WON'T LIKE IT
@Darth_Lev
@Darth_Lev 11 ай бұрын
Good. They need to stop flushing the VC money and fix shit.
@AlbertCloete
@AlbertCloete 11 ай бұрын
I love file-based routing because you can very quickly find the exact file you need to edit by just looking at the path in the URL bar. The larger the app becomes the more useful this becomes.
@t3dotgg
@t3dotgg 11 ай бұрын
I have a medium sized app and this already isn’t the case lmao
@AlbertCloete
@AlbertCloete 11 ай бұрын
Eh, I remember what it was like for me in an old Vue app with all the routing in JSON. Was hard to deal with.
@ariell121
@ariell121 11 ай бұрын
one simple way to improve this would be able to name the page component {anything}.page.tsx, that would solve my same issue with file-based routing continue to find any page.tsx component but let me prepend a name to that for instance: apps/login/Login.page.tsx instead of apps/login/page.tsx
@AhmadMughal1
@AhmadMughal1 11 ай бұрын
just a bit annoying to keep making folders and folders for a single route where react does by just creating a route
@melike2d
@melike2d 11 ай бұрын
I give this video a light 9/10
@t3dotgg
@t3dotgg 11 ай бұрын
Hey I'll take it
@edgarasben
@edgarasben 11 ай бұрын
Bit dark, yes.
@Cangussu97
@Cangussu97 11 ай бұрын
Can't wait to see how the T3 stack evolves to include server components. The type-safety and easy hydration that TRPC gives is too good to give up IMO, but I'm sure we'll have something that matches in a few months
@whatplan4335
@whatplan4335 11 ай бұрын
My thoughts are that tRPC’s place in the new model is completely on the server. Using a extended version of the vanilla client that would provide the next specific caching tags to provide router and procedure invalidation. I fully agree that the type safety and router->procedure structure are too nice to ever give up, but I think now there is less of a need for the react query part.
@Cangussu97
@Cangussu97 11 ай бұрын
@@whatplan4335 agree 100%
@ISKLEMMI
@ISKLEMMI 11 ай бұрын
Hurray! I was really hoping that was going to be your intro! :D It's very informative to get your POV on this, so thank you for that. Also, I like your shirt!
@LukeberryPi
@LukeberryPi 11 ай бұрын
Loved the Anthony Fantano reference, you killed it!
@theklr
@theklr 11 ай бұрын
Enjoying the evolution of this channel. Reminds me of fun fun function
@BeastFish22
@BeastFish22 11 ай бұрын
Thank you for this. You answered questions i had about the new app router.
@apedotjs
@apedotjs 11 ай бұрын
THE CROSSOVER EPISODE I DIDNT KNOW I NEEDED
@abhinavrobinson2310
@abhinavrobinson2310 11 ай бұрын
Great overview of the app router :)
@szhzs6121
@szhzs6121 11 ай бұрын
next app router is really great until you wake up one day and your entire IDE is just page.tsx, page.tsx, page.tsx...
@z1982_
@z1982_ 11 ай бұрын
Definitely agree with the dev mode slow experience… Do you have a video on server actions ?
@kiyov09
@kiyov09 11 ай бұрын
Good video Theo. Thnx for sharing your insights.
@reqtified
@reqtified 11 ай бұрын
Theo, would love a video on Geospatial queries in prisma, or how to get around it!
@crofoh
@crofoh 11 ай бұрын
You mentioned ct3a will support app router soon, but with which libraries? Does trpc have a place here? Or now that is as easy as having an async component it's just a drizzle call inside it. What about auth?
@yiannis_p
@yiannis_p 11 ай бұрын
Content aside (awesome as usual) the colour grading is top notch 👌
@t3dotgg
@t3dotgg 11 ай бұрын
Having way too much fun with luts lately
@ripleysghost
@ripleysghost 11 ай бұрын
this is the most insane, niche crossover I've ever encountered on this app I swear to god.
@NicolasVegaTerrazas
@NicolasVegaTerrazas 11 ай бұрын
Wow, Fantano reference was sick! :D
@CapitaineToinon
@CapitaineToinon 11 ай бұрын
Coming from the vite ecosystem, using Next has been a major pain when developing on a 2019 Intel MacBook pro. The amount of times I have to restart the dev server because webpack straight up doesn't detect changes is baffling. I would try turbo pack but I'm using server actions so my bad I guess.
@zhongtom2625
@zhongtom2625 11 ай бұрын
I use vite instead of next js whenever possible because of next's very slow compiling speed. The little black triangle on the bottom right is killing me.
@Thorax232
@Thorax232 11 ай бұрын
That's fine, but these are very different things. I am not willing to give up server for faster hot reloads period. I don't see Vite as a professional tool, only as a mockup tool. I also see Vercel right now as completely undependable. I'm not going to bet on 100 new alpa/beta products after so many broken promises. So that leaves everything in a bit of a shit position. Personally I'm going to try out Astro and cross my fingers for a more sensible product.
@CapitaineToinon
@CapitaineToinon 11 ай бұрын
@@Thorax232 it's funny you call vite a mockup tool then 5 lines later say you wanna switch to Astro, framework built on top of vite
@Thorax232
@Thorax232 11 ай бұрын
@@CapitaineToinon I don't think you understand what the tools are.
@CapitaineToinon
@CapitaineToinon 11 ай бұрын
@@Thorax232 it's a vague word to be fair, I was more intrigued by you calling Vite a "mockup" tool. What I'm understanding from that is using Vite for prototyping but not for production, which I think is absurd. Please correct me if that's not what you meant
@leroydenengelsman1392
@leroydenengelsman1392 11 ай бұрын
As a newer developer App Directory is so much easier than when I tried to learn React.. I’m building things in hours instead of days now
@ind3x_tv
@ind3x_tv 11 ай бұрын
You talked about slow dev server experience, especially on Windows. I also worked on several App Router projects by now. For some I'm using an Intel MacBook, for others my WSL2 desktop. While the speed itself may be slower, from my experience the memory leak ffecting all my App Router projects is much severe. Working on my WSL2 desktop with 64GB memory is much more pleasant than on my Intel MacBook with 32GB memory. The dev server is constantly restarting because it's out of memory.
@sturlen
@sturlen 11 ай бұрын
at 1:35 is probably the most effective and concise sales pitch I've heard for App Router
@carloslfu
@carloslfu 11 ай бұрын
+1 for “use interactive”, way clearer!
@Xeneon341
@Xeneon341 11 ай бұрын
Even Expo now has a filed based routing. Although, with all the performance upgrades in something like Ionic/Capacitor, I’m still not sure if I should use RN or go through a web view for my mobile app project.
@sahidmiller
@sahidmiller 11 ай бұрын
Thanks for this review! I’d love to hear a comparison with Remix, they seem very similar
@ppconde.1993
@ppconde.1993 11 ай бұрын
Me too
@normb9785
@normb9785 11 ай бұрын
Same here. Shopify's betting their future on Remix that should say a lot
@piotrm98
@piotrm98 11 ай бұрын
Would be nice if u made a tutorial like u made for t3stack, where u build fullstack app using app router.
@DerGraueFuchsss
@DerGraueFuchsss 11 ай бұрын
intro was fire
@souvlaki42
@souvlaki42 11 ай бұрын
I'm really excited for the app router but until now I don't think it's fully supported by TRPC. I'm pretty sure that Next.js 13 App Router based TRPC integration is still experimental. Continue the great job!
@williandamascenomusic
@williandamascenomusic 11 ай бұрын
Looks like the app router is awesome for creating dashboards, but what if i need SEO? Is the page fully hydraded even when using client components? Or just the server components are hydraded before the page renders on the client? I know client components are rendered once on the server, but I'm not sure if it will be hydraded in the first load. Is there a way of caching an entire page ultil the next build? Something like getStaticProps, where I can schedule the page revalidation or not. I can also set an api route that revalidates a page programmatically. Can I get these kinds of fearures with the app router?
@t3dotgg
@t3dotgg 11 ай бұрын
Yes. SEO is handled w/ , which will always be server rendered. There's also a metadata.ts file type. Revalidation is simpler than ever, set a revalidation time on a route and you can call `revalidatePath()` whenever
@gergoradeczki
@gergoradeczki 11 ай бұрын
My favourite issue with app router is that the scrollbar does not resets after navigating to a new page
@AlbertCloete
@AlbertCloete 11 ай бұрын
Yeah. Having the layout UI persitent is why I use it too. I'm using App Router with only client side components.
@jussmor
@jussmor 11 ай бұрын
Mmm in fact, is a setting in Link component scroll={false}, it’s not something related to app or page directory
@vnrkk
@vnrkk 11 ай бұрын
Been using app router in multilingual CMS driven sites now for some months and it's definitely half baked for this use case. Seems like Vercel forgot the world speaks languages other than english, localized paths are a thing and the same people also use CMSs. Creating a bunch of folders and files for each locale is a mess which is mandatory if you want to actually use all the nice things that app router provides out of the box. At least Gatsby got it right by providing programmatic routing in gatsby-node.
@SonAyoD
@SonAyoD 11 ай бұрын
100% agree! The world does not only speak English. It’s so bad for this usecase. I have to handle locales clientside.
@rondovk
@rondovk 9 ай бұрын
You could code in English?
@VincentFulco
@VincentFulco 11 ай бұрын
Really appreciate this expert view. app has been a disaster for me, with errors galore in 13.4.x, had to revert back to pages for now. from an uber beginner/intermediate noob
@ayushjain7023
@ayushjain7023 11 ай бұрын
Yes a perfect channel indeed ❤
@Miguelmigs24
@Miguelmigs24 11 ай бұрын
Build times on Next 13 also got terribly slower, I literally had to downgrade a website that I just upgraded because builds were taking longer than 45 minutes and getting canceled. The time it takes to generate pages is way slower than 12 and this is really bad for websites with tons of pages.
@vittoopugliese
@vittoopugliese 11 ай бұрын
45 min to build? Wow, big app?
@user-fr2fm3ri3w
@user-fr2fm3ri3w 11 ай бұрын
bro is using a ps3 as a build server 💀
@vittoopugliese
@vittoopugliese 11 ай бұрын
@@user-fr2fm3ri3w KDJHASKKJASJSAJJASJASJASJASJASJAJSAJSJAS
@Miguelmigs24
@Miguelmigs24 11 ай бұрын
@@vittoopugliese Big in terms of page quantity for sure. Generating thousands of static pages on build...
@Miguelmigs24
@Miguelmigs24 11 ай бұрын
@@user-fr2fm3ri3w Its building on vercel
@suchysuchysuchy
@suchysuchysuchy 11 ай бұрын
The only problem I have, is with Server Actions. Sounds like magic for me. Somehow I prefer Remix approach with sending data to server.
@Polimathe
@Polimathe 11 ай бұрын
that Anthony Fantano shoutout was crazy
@MrMrkram18
@MrMrkram18 11 ай бұрын
ong
@TKW919
@TKW919 11 ай бұрын
Is there really any issue with dev server performance? Windows user here with okeish CPU and despite some random undetected changes from time to time I haven't experienced any issues
@jorgealmonacid3131
@jorgealmonacid3131 11 ай бұрын
BEST THUMBNAIL EVER
@Sv-ry9lj
@Sv-ry9lj 19 күн бұрын
Great review, exactly my concern dev performance is the issue. Rest are all valid points. Subscribed!
@TurtleKwitty
@TurtleKwitty 11 ай бұрын
nUxt file routing is absolutely top notch, very recommend giving that a try ;3
@PostMeridianLyf
@PostMeridianLyf 11 ай бұрын
Love nextjs but there is definitely some things that need to be tinkered with. Better errors would be the start. Spent all day just to remove from the layout file which cause all sorts of issues.
@AbhiShake-pl3cf
@AbhiShake-pl3cf 5 ай бұрын
Watching 6 months later, this theo is so much nicer than current theo
@saralightbourne
@saralightbourne 11 ай бұрын
i've had a very weird issue with app router that forced me to go back to pages. there's loading.tsx fallback file which displays while page.tsx is being loaded and sent back to the client. i was writing client side filters which are synchronised with url query parameters so i used useRouter and .push method to change those parameters. but app's useRouter.push doesn't have {shallow: true} so every time a query parameter is changed, it requests page.tsx to load data again. and it's actually fine, no need to fetch data from client side with react-query or useSWR. but the problem is that it does not trigger loading.tsx so every time i selected new filters, the page was stuck for like 2 seconds while the new data is being rendered. i ended up rewriting that logic with pages router, react-query and getServerSide props for initial load of the content
@AndrewScofield
@AndrewScofield 10 ай бұрын
Been using app router for 3 projects over the last few months and I haven't noticed any performance issues on just regular windows. Not WSL, just windows. Are you sure the M2 isn't your problem, being such a widely new and different architect?
@vaayuo
@vaayuo 11 ай бұрын
Loved the intro lol
@mprync
@mprync 11 ай бұрын
The performance thing is rough, but that issue is more attributed to usage overtime. I get near instant updates on webpack but the more I use it, the slower it gets so I need to restart the server and it's fine again until it isn't. Very annoying but I wouldn't say it's a big deal as long as I can restart to fix it. Definitely would rather not have to do that though but e already got the Typescript server restarts in rotation, what's one more? lol FYI, I don't use turbo, but was planning on giving it a try but from the sounds of it, probably better not for now.
@joshuagermon2169
@joshuagermon2169 11 ай бұрын
But the real question is, what do you give MBDTF?
@t3dotgg
@t3dotgg 11 ай бұрын
Light 8
@jesse9999999
@jesse9999999 11 ай бұрын
the people need to know
@joshuagermon2169
@joshuagermon2169 11 ай бұрын
I think I can live with that
@optimaflo
@optimaflo 11 ай бұрын
How do handle JEST tests on nextjs 13 app/server components? Getting errors
@HenneckZellers
@HenneckZellers 11 ай бұрын
Will you do a classic review?
@0xzi
@0xzi 11 ай бұрын
fuckin lold at the fantano intro, thank you
@user-ru5vc5ud1z
@user-ru5vc5ud1z 11 ай бұрын
Trying to use app router in new project but stucked at cache problem. How do you solve the cache problem when use next/link. The soft navigation always use client side cache and no way to disable this behavior except ugly router.refresh()
@Alekzv9
@Alekzv9 11 ай бұрын
Hahah great intro reference
@filipjnc
@filipjnc 11 ай бұрын
I use useTransition or rather startTransition to execute server actions in callbacks rather than in forms.
@Imaginativeone_DF
@Imaginativeone_DF 2 ай бұрын
Thanks!
@thelaitas
@thelaitas 11 ай бұрын
I'm beginning to think that I'm the only person who actually loves file based routing.
@OhDevBeard
@OhDevBeard 7 ай бұрын
So updated to the official T3 dev walkthrough? Using the app router? Yes? Just say yes. Ok it's yes.
@aubreyxengland
@aubreyxengland 11 ай бұрын
Nerd YT coming full circle - i'm here for it.
@sumukhakb2701
@sumukhakb2701 11 ай бұрын
I still have problem with debugging ssr code in app router. I tried with adding launch.json file and also adding inspect. But still it didn't workout
@caIebthewood
@caIebthewood 11 ай бұрын
Mostly agree with this. Ive had to jump in head first to learn App Router for a new client, and it's mostly been a great experience. However, it absolutely wrecks my old 2017 MB Pro's memory. It's ancient so maybe I shouldn't complain, but I recently built an React app with Vite and my geriatric machine didn't miss a beat, but Next and webpack is just.so.freaking.slow.
@Incomingsign
@Incomingsign 11 ай бұрын
Server component has issues. Let's say we have hero section and bottom we have some data fetching with filters. Applying filters reset page view.
@sadkebab
@sadkebab 11 ай бұрын
For me the app router development expirience is the first experience that actually feels like "full-stack" and not like doing back-end and front-end with workarounds to make them run from one single folder and ssr.
@tasmto
@tasmto 11 ай бұрын
As an early adopter trying to use next 13 and leaflet was a pain, use client is not a great name for what it is.
@georgepetroff2364
@georgepetroff2364 11 ай бұрын
Well as a developer using t3 stack a lot, I still haven't used the app routing and I don't think I will start using it in prod soon, just have this bad feeling about it, as when it was presented I started testing it and all I got was errors, errors, infinite loops because of useEffect in 'use client' and so on. So Theo, give me an advice, should I start using it, would it affect the t3 stack usability. Anyways, amazing video as always, but where is the kitty?
@ouss
@ouss 11 ай бұрын
WOOO, a check shirt!!! WTF Theo
@Mitsunee_
@Mitsunee_ 11 ай бұрын
I'm still convinced that astro's client directives make more sense than a component-level "use client" pragma. Of course that isn't possible with RSC since they decided that components that are only rendered on server are banned from even trying to use hooks. But a "use client" component is still rendering on server just like it always used to, hooks and all. Of course those hooks barely do anything on the server as state doesn't change.
@tylerolthuizen3347
@tylerolthuizen3347 11 ай бұрын
Good intro 👍
@kengreeff
@kengreeff 11 ай бұрын
Would love to see vercel offer “serverful” deploys to make cold starts disappear. One of the biggest negatives of serverless world
@MrGarkin
@MrGarkin 7 ай бұрын
holly molly, sveltte "+page" stuff is godsend, nextjs should adopt it asap or at least make router filenames resolution customizable
@jacoblockwood4034
@jacoblockwood4034 11 ай бұрын
Love the intro LOL
@questionyourbeliefs
@questionyourbeliefs 9 ай бұрын
Does anyone know if the dev performance has improved?
@jens2635
@jens2635 11 ай бұрын
Maybe I do my bachelor thesis about server components. But I am still a bit unsure.
@Leto2ndAtreides
@Leto2ndAtreides 11 ай бұрын
When will T3 support Drizzle?
@SantiagoMA
@SantiagoMA 11 ай бұрын
App Router has great features, hopefully they would improve performance soon, but GOD please someone made something about Typescript Server I think that would increase DX even more. I know is not a Next/React only thing, but using cool packages like DrizzleORM, Zod, ts-pattern and so on is becoming imposible, you have to restart TS server at least each 20 min.
@Jason_Kang
@Jason_Kang 11 ай бұрын
Now I wanna know what your favorite albums are
@4ortson
@4ortson 11 ай бұрын
first time i pressed thumbs up 2 seconds into the video (at the moment u said webthony devtano)
@lutfiikbalmajid
@lutfiikbalmajid 11 ай бұрын
Dev mode is really tired. Everytime i saved the file, the changes is taking so long. My highest time i got is 30 seconds. The turbopack break the hydration. Still recommend pages router. Maybe until turbopack is stable.
@lutfiikbalmajid
@lutfiikbalmajid 11 ай бұрын
The issue: next-1143 Perhaps it will close very soon. Like the experience, just don't like the dev mode
@L33tRose
@L33tRose 11 ай бұрын
Noooo theo where's the rating?! 😢 (Edit: using this vid to promote your stream today is actually genius)
@antontytm
@antontytm 7 ай бұрын
Does it work somewhere except Vercel?
@bangunny
@bangunny 11 ай бұрын
i've been so used to t3-app that i don't even want to switch to the app dir
@connorskudlarek8598
@connorskudlarek8598 7 ай бұрын
"Takes 5 to 10 seconds" Oh but Theo, I used to wait 2 minutes on CRA to see if I liked how my 5px change to margin looks. 10 seconds is BLAZINGLY fast for me, lol.
@carlmathisen
@carlmathisen 11 ай бұрын
HAHA loved the fantano intro
@vincentnthomas1
@vincentnthomas1 11 ай бұрын
I dont even see the change when using page router. Hell my ’next dev’ doesnt even compile the pages, it just freezes
@EddyVinck
@EddyVinck 11 ай бұрын
Good take on file based routing. File based routing sucks and continues to suck more as it becomes more and more complex.
@jp.cortes
@jp.cortes 11 ай бұрын
I don't know how should I feel now😅. I thought the App router was slow only on my laptop.
@QwertyNPC
@QwertyNPC 11 ай бұрын
Oh excellent. Yet another way to do the same thing but differently.
@BeansTonight
@BeansTonight 11 ай бұрын
Is black midi hellfire a 10/10?
@user-vk7sb1hp2g
@user-vk7sb1hp2g 11 ай бұрын
Definitely lol
@_va3y
@_va3y 11 ай бұрын
Theo, you really didn’t need to shout the acdc “Highway to Hell” lyrics the whole review, just to prove some obscure point about programming that started to interest you all of the sudden
@LJNProductionsInc
@LJNProductionsInc 11 ай бұрын
should someone learning nextjs for the first time start with pages or app router?
@jeromemarshall9248
@jeromemarshall9248 11 ай бұрын
Go with pages dir
@jesse9999999
@jesse9999999 11 ай бұрын
start with pages and t3 stack, you'll probably be pretty comfortable with next by the time some of these kinks are ironed out
@spacecoder0526
@spacecoder0526 11 ай бұрын
You might start with app router, get impressed by power of RSC but soon realized not many libraries support RSC yet. So, you will realize that you need to understand pages directory first and slowly move on to app router. For stable production level full stack project, pages directory might be better for now but if you are planning to build small project like blog, then app router is also great enough. This is from my experiences so far. I might be wrong but you will probably need to know both pages and app router at the end.
@gr8tbigtreehugger
@gr8tbigtreehugger 11 ай бұрын
If you're learning, you should learn app router, because Next is officially transitioning away from pages router.
@MrManafon
@MrManafon 11 ай бұрын
Coming from someone who used many frameworks in many, many languages over the years, AND had a prod app with the new router - app router is great. It is simpler and very reminiscent of Phoenix and Symfony. It is the first time I've felt a genuine effort to resolve the client/server conflict. But i agree with the drawbacks 100%... It took me ages to figure out the stupid client async thing. Its insane that no warnings exist, spent hours debugging weird app behaviour with it wrecking my CMS API quotas for no reason. I've also seen some bothersome patterns with client animations and transitions, having to pass whole pages as props to client based wrappers, just to do a simple animation is not great. At all. In fact nobody knows how to do it properly - here is an idea for a video Theo :D The file router is ok, I think that many developers misunderstand it fundamentally. I guess that comes with not ever working on an enterprise app. A large app in Ruby or Symfony would have the same pattern, but you'd see it used VERY rarely and exclusively for layouting pruposes or splitting concerns, for example admin vs lobby. Absolutely most of the time everything goes through a single app entrypoint, don't try to fight it. Regardless, Theo is correct - as the app gets larger, the intellisense does get wonky, and at one point, unusable. I blame Next - It's actually unclear how you should set up your code. Should i keep all the components near the routes? Should I keep them all in components? How do i do loading states on components then? Super confusing. It is very much unclear which libraries support and don't support the caching features. For example Sanity has not used fetch, and not exposed the actual http client, so you can't do caching. An alternative being that we do manual http calls, which we did. Screw them. Same thing about "use client". Some libraries bundle their functions into the same export, and even tho you are importing a simple zeroIQ function from them, for example to calculate URL for an OG image within metadata (server only) you'd get yelled by next about how you are importing a client component, which you definitely aren't. We need better tooling for inspecting bundle sizes. When I do yarn build, I want to know, for each page, exactly how much goes into the client and why. While something is better than nothing, currently its still a guessing game. Netlify is not behaving properly and while they do support next 13 they have all sorts of weird side effects where you have to add env variables to control the build process. So, Vercel it is.
@YourHeroSzilsu
@YourHeroSzilsu 11 ай бұрын
where is the rating at the end??
@jesse9999999
@jesse9999999 11 ай бұрын
instalike for the video idea despite being unconvinced about app router
@Thorax232
@Thorax232 11 ай бұрын
After 5 years of using NextJS, it's time to give Astro a try.
@user-es1cv6jy2i
@user-es1cv6jy2i 4 ай бұрын
Agreeing on all points. It’s a mess. Started to look into alternatives since I don’t wanna go back to pages router.
@jabellae1
@jabellae1 9 ай бұрын
They made is so simple they complicated everything, I think I hate it and love it.
@k-yo
@k-yo 11 ай бұрын
LOL at Webthony Devtano!!!
@Dulie666
@Dulie666 11 ай бұрын
thanks Melon.
@mark-mcdermid
@mark-mcdermid 11 ай бұрын
On the subject of cold starts: what's the deal with the "cold boot duration" in the logs being ~150ms and the actual execution time being ~3s!? Surely I'm not the only one experiencing this?
@snk-js
@snk-js 11 ай бұрын
I liked dimished bright, it's a dark-mode-video like
@Leto2ndAtreides
@Leto2ndAtreides 11 ай бұрын
New, complete tutorial?
@dylanthony1
@dylanthony1 11 ай бұрын
S Tier thumbnail
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 177 М.
Incrementally adopt the Next.js App Router
16:21
Lee Robinson
Рет қаралды 41 М.
How I prepare to meet the brothers Mbappé.. 🙈 @KylianMbappe
00:17
Celine Dept
Рет қаралды 57 МЛН
1❤️
00:20
すしらーめん《りく》
Рет қаралды 33 МЛН
New Gadgets! Bycycle 4.0 🚲 #shorts
00:14
BongBee Family
Рет қаралды 12 МЛН
Wing Community Meeting 2024 06 04 19 06 GMT+3
44:16
Wing Programming Language
Рет қаралды 8
Setting the Record Straight: Next.js vs Laravel
6:28
Robin He
Рет қаралды 2 М.
What are my thoughts on next.js app router vs pages router
11:04
Web Dev Cody
Рет қаралды 21 М.
The Truth About GraphQL
12:06
Theo - t3․gg
Рет қаралды 92 М.
Next.js App vs. Pages Router - Which One is Better?
7:31
Josh tried coding
Рет қаралды 49 М.
The Truth About React Server Components
26:33
Theo - t3․gg
Рет қаралды 43 М.
I DONT USE NEXT JS
54:01
ThePrimeTime
Рет қаралды 315 М.
The Truth About Code Performance (Sorry Prime)
20:03
Theo - t3․gg
Рет қаралды 117 М.
Обзор игрового компьютера Макса 2в1
23:34
wireless switch without wires part 6
0:49
DailyTech
Рет қаралды 864 М.
Huawei который почти как iPhone
0:53
Romancev768
Рет қаралды 618 М.
What model of phone do you have?
0:16
Hassyl Joon
Рет қаралды 72 М.
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 3 МЛН
Main filter..
0:15
CikoYt
Рет қаралды 383 М.
Теперь это его телефон
0:21
Хорошие Новости
Рет қаралды 1,9 МЛН