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

Поделиться
HTML-код
  • Опубликовано: 27 июн 2023
  • 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 месяцев назад +150

    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 месяцев назад +4

      Good. They need to stop flushing the VC money and fix shit.

  • @AlbertCloete
    @AlbertCloete 11 месяцев назад +92

    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 месяцев назад +31

      I have a medium sized app and this already isn’t the case lmao

    • @AlbertCloete
      @AlbertCloete 11 месяцев назад +6

      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 месяцев назад +6

      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 месяцев назад +57

    I give this video a light 9/10

    • @t3dotgg
      @t3dotgg  11 месяцев назад +4

      Hey I'll take it

    • @edgarasben
      @edgarasben 11 месяцев назад

      Bit dark, yes.

  • @Cangussu97
    @Cangussu97 11 месяцев назад +22

    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 месяцев назад +1

      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%

  • @LukeberryPi
    @LukeberryPi 11 месяцев назад +2

    Loved the Anthony Fantano reference, you killed it!

  • @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!

  • @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 месяцев назад +1

    THE CROSSOVER EPISODE I DIDNT KNOW I NEEDED

  • @z1982_
    @z1982_ 11 месяцев назад +6

    Definitely agree with the dev mode slow experience…
    Do you have a video on server actions ?

  • @szhzs6121
    @szhzs6121 11 месяцев назад +14

    next app router is really great until you wake up one day and your entire IDE is just page.tsx, page.tsx, page.tsx...

    • @_etg
      @_etg 7 часов назад

      already suffering from this

  • @CapitaineToinon
    @CapitaineToinon 11 месяцев назад +39

    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 месяцев назад +6

      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 месяцев назад +1

      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 месяцев назад +20

      @@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 месяцев назад +2

      @@CapitaineToinon I don't think you understand what the tools are.

    • @CapitaineToinon
      @CapitaineToinon 11 месяцев назад +3

      @@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

  • @reqtified
    @reqtified 11 месяцев назад +1

    Theo, would love a video on Geospatial queries in prisma, or how to get around it!

  • @abhinavrobinson2310
    @abhinavrobinson2310 11 месяцев назад

    Great overview of the app router :)

  • @kiyov09
    @kiyov09 11 месяцев назад

    Good video Theo. Thnx for sharing your insights.

  • @ind3x_tv
    @ind3x_tv 11 месяцев назад +5

    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.

  • @yiannis_p
    @yiannis_p 11 месяцев назад +9

    Content aside (awesome as usual) the colour grading is top notch 👌

    • @t3dotgg
      @t3dotgg  11 месяцев назад +2

      Having way too much fun with luts lately

  • @NicolasVegaTerrazas
    @NicolasVegaTerrazas 11 месяцев назад

    Wow, Fantano reference was sick! :D

  • @ripleysghost
    @ripleysghost 11 месяцев назад +1

    this is the most insane, niche crossover I've ever encountered on this app I swear to god.

  • @carloslfu
    @carloslfu 11 месяцев назад +1

    +1 for “use interactive”, way clearer!

  • @gergoradeczki
    @gergoradeczki 11 месяцев назад +28

    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 месяцев назад +4

      Mmm in fact, is a setting in Link component scroll={false}, it’s not something related to app or page directory

  • @sturlen
    @sturlen 11 месяцев назад

    at 1:35 is probably the most effective and concise sales pitch I've heard for App Router

  • @leroydenengelsman1392
    @leroydenengelsman1392 11 месяцев назад +4

    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

  • @crofoh
    @crofoh 11 месяцев назад +3

    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?

  • @Miguelmigs24
    @Miguelmigs24 11 месяцев назад +22

    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 месяцев назад +4

      45 min to build? Wow, big app?

    • @user-fr2fm3ri3w
      @user-fr2fm3ri3w 11 месяцев назад +21

      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

  • @Sv-ry9lj
    @Sv-ry9lj Месяц назад

    Great review, exactly my concern dev performance is the issue. Rest are all valid points. Subscribed!

  • @sahidmiller
    @sahidmiller 11 месяцев назад +3

    Thanks for this review! I’d love to hear a comparison with Remix, they seem very similar

    • @ppconde.1993
      @ppconde.1993 11 месяцев назад +1

      Me too

    • @normb9785
      @normb9785 11 месяцев назад

      Same here. Shopify's betting their future on Remix that should say a lot

  • @vnrkk
    @vnrkk 11 месяцев назад +16

    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 месяцев назад +1

      100% agree! The world does not only speak English. It’s so bad for this usecase. I have to handle locales clientside.

    • @rondovk
      @rondovk 10 месяцев назад

      You could code in English?

  • @Xeneon341
    @Xeneon341 11 месяцев назад +1

    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.

  • @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!

  • @DerGraueFuchsss
    @DerGraueFuchsss 11 месяцев назад

    intro was fire

  • @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

  • @williandamascenomusic
    @williandamascenomusic 11 месяцев назад +3

    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 месяцев назад +1

      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

  • @piotrm98
    @piotrm98 11 месяцев назад +6

    Would be nice if u made a tutorial like u made for t3stack, where u build fullstack app using app router.

  • @ayushjain7023
    @ayushjain7023 11 месяцев назад

    Yes a perfect channel indeed ❤

  • @vaayuo
    @vaayuo 11 месяцев назад

    Loved the intro lol

  • @jorgealmonacid3131
    @jorgealmonacid3131 11 месяцев назад

    BEST THUMBNAIL EVER

  • @Polimathe
    @Polimathe 11 месяцев назад +1

    that Anthony Fantano shoutout was crazy

  • @TurtleKwitty
    @TurtleKwitty 11 месяцев назад

    nUxt file routing is absolutely top notch, very recommend giving that a try ;3

  • @AbhiShake-pl3cf
    @AbhiShake-pl3cf 5 месяцев назад

    Watching 6 months later, this theo is so much nicer than current theo

  • @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.

  • @joshuagermon2169
    @joshuagermon2169 11 месяцев назад +21

    But the real question is, what do you give MBDTF?

    • @t3dotgg
      @t3dotgg  11 месяцев назад +16

      Light 8

    • @jesse9999999
      @jesse9999999 11 месяцев назад +3

      the people need to know

    • @joshuagermon2169
      @joshuagermon2169 11 месяцев назад +2

      I think I can live with that

  • @OhDevBeard
    @OhDevBeard 7 месяцев назад

    So updated to the official T3 dev walkthrough? Using the app router? Yes? Just say yes. Ok it's yes.

  • @PostMeridianLyf
    @PostMeridianLyf 11 месяцев назад +2

    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.

  • @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

  • @jacoblockwood4034
    @jacoblockwood4034 11 месяцев назад

    Love the intro LOL

  • @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?

  • @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.

  • @Imaginativeone_DF
    @Imaginativeone_DF 2 месяца назад

    Thanks!

  • @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.

  • @carlmathisen
    @carlmathisen 11 месяцев назад

    HAHA loved the fantano intro

  • @0xzi
    @0xzi 11 месяцев назад

    fuckin lold at the fantano intro, thank you

  • @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.

  • @HenneckZellers
    @HenneckZellers 11 месяцев назад

    Will you do a classic review?

  • @tylerolthuizen3347
    @tylerolthuizen3347 11 месяцев назад

    Good intro 👍

  • @thelaitas
    @thelaitas 11 месяцев назад +4

    I'm beginning to think that I'm the only person who actually loves file based routing.

  • @ouss
    @ouss 11 месяцев назад

    WOOO, a check shirt!!! WTF Theo

  • @optimaflo
    @optimaflo 11 месяцев назад

    How do handle JEST tests on nextjs 13 app/server components? Getting errors

  • @MrGarkin
    @MrGarkin 7 месяцев назад

    holly molly, sveltte "+page" stuff is godsend, nextjs should adopt it asap
    or at least make router filenames resolution customizable

  • @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.

  • @jens2635
    @jens2635 11 месяцев назад

    Maybe I do my bachelor thesis about server components. But I am still a bit unsure.

  • @tasmto
    @tasmto 11 месяцев назад +2

    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.

  • @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.

  • @kengreeff
    @kengreeff 11 месяцев назад

    Would love to see vercel offer “serverful” deploys to make cold starts disappear. One of the biggest negatives of serverless world

  • @aubreyxengland
    @aubreyxengland 11 месяцев назад

    Nerd YT coming full circle - i'm here for it.

  • @Leto2ndAtreides
    @Leto2ndAtreides 11 месяцев назад

    When will T3 support Drizzle?

  • @Jason_Kang
    @Jason_Kang 11 месяцев назад

    Now I wanna know what your favorite albums are

  • @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

  • @EddyVinck
    @EddyVinck 11 месяцев назад +3

    Good take on file based routing. File based routing sucks and continues to suck more as it becomes more and more complex.

  • @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.

  • @georgepetroff2364
    @georgepetroff2364 11 месяцев назад +1

    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?

  • @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()

  • @sadkebab
    @sadkebab 11 месяцев назад +3

    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.

  • @antontytm
    @antontytm 7 месяцев назад

    Does it work somewhere except Vercel?

  • @dylanthony1
    @dylanthony1 11 месяцев назад

    S Tier thumbnail

  • @lutfiikbalmajid
    @lutfiikbalmajid 11 месяцев назад +2

    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

  • @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

  • @4ortson
    @4ortson 11 месяцев назад

    first time i pressed thumbs up 2 seconds into the video (at the moment u said webthony devtano)

  • @jesse9999999
    @jesse9999999 11 месяцев назад +5

    instalike for the video idea despite being unconvinced about app router

  • @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.

  • @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.

  • @bangunny
    @bangunny 11 месяцев назад

    i've been so used to t3-app that i don't even want to switch to the app dir

  • @L33tRose
    @L33tRose 11 месяцев назад

    Noooo theo where's the rating?! 😢
    (Edit: using this vid to promote your stream today is actually genius)

  • @parkerrex
    @parkerrex 11 месяцев назад

    👏👏👏👏

  • @MrManafon
    @MrManafon 11 месяцев назад +1

    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.

  • @QwertyNPC
    @QwertyNPC 11 месяцев назад

    Oh excellent. Yet another way to do the same thing but differently.

  • @YourHeroSzilsu
    @YourHeroSzilsu 11 месяцев назад

    where is the rating at the end??

  • @questionyourbeliefs
    @questionyourbeliefs 10 месяцев назад

    Does anyone know if the dev performance has improved?

  • @k-yo
    @k-yo 11 месяцев назад

    LOL at Webthony Devtano!!!

  • @rhode6354
    @rhode6354 11 месяцев назад

    WEBTHONY MOTHA FLACKIN DEVTANO!!!! 😂❤ I love this so much.

  • @bessimboujebli1076
    @bessimboujebli1076 11 месяцев назад +1

    i did hit the button :p

  • @Dulie666
    @Dulie666 11 месяцев назад

    thanks Melon.

  • @user-es1cv6jy2i
    @user-es1cv6jy2i 5 месяцев назад

    Agreeing on all points. It’s a mess. Started to look into alternatives since I don’t wanna go back to pages router.

  • @BeansTonight
    @BeansTonight 11 месяцев назад +1

    Is black midi hellfire a 10/10?

  • @snk-js
    @snk-js 11 месяцев назад

    I liked dimished bright, it's a dark-mode-video like

  • @Leto2ndAtreides
    @Leto2ndAtreides 11 месяцев назад

    New, complete tutorial?

  • @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

  • @Thorax232
    @Thorax232 11 месяцев назад +5

    After 5 years of using NextJS, it's time to give Astro a try.

  • @_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