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

Ғылым және технология

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
    @t3dotgg11 ай бұрын

    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
    @AlbertCloete11 ай бұрын

    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
    @melike2d11 ай бұрын

    I give this video a light 9/10

  • @t3dotgg

    @t3dotgg

    11 ай бұрын

    Hey I'll take it

  • @edgarasben

    @edgarasben

    11 ай бұрын

    Bit dark, yes.

  • @ISKLEMMI
    @ISKLEMMI11 ай бұрын

    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!

  • @Cangussu97
    @Cangussu9711 ай бұрын

    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%

  • @BeastFish22
    @BeastFish2211 ай бұрын

    Thank you for this. You answered questions i had about the new app router.

  • @theklr
    @theklr11 ай бұрын

    Enjoying the evolution of this channel. Reminds me of fun fun function

  • @LukeberryPi
    @LukeberryPi11 ай бұрын

    Loved the Anthony Fantano reference, you killed it!

  • @z1982_
    @z1982_11 ай бұрын

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

  • @CapitaineToinon
    @CapitaineToinon11 ай бұрын

    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

  • @gergoradeczki
    @gergoradeczki11 ай бұрын

    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

  • @crofoh
    @crofoh11 ай бұрын

    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?

  • @kiyov09
    @kiyov0911 ай бұрын

    Good video Theo. Thnx for sharing your insights.

  • @Sv-ry9lj
    @Sv-ry9lj13 күн бұрын

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

  • @abhinavrobinson2310
    @abhinavrobinson231011 ай бұрын

    Great overview of the app router :)

  • @sturlen
    @sturlen11 ай бұрын

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

  • @reqtified
    @reqtified11 ай бұрын

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

  • @apedotjs
    @apedotjs11 ай бұрын

    THE CROSSOVER EPISODE I DIDNT KNOW I NEEDED

  • @leroydenengelsman1392
    @leroydenengelsman139211 ай бұрын

    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

  • @szhzs6121
    @szhzs612111 ай бұрын

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

  • @ind3x_tv
    @ind3x_tv11 ай бұрын

    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.

  • @vnrkk
    @vnrkk11 ай бұрын

    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?

  • @yiannis_p
    @yiannis_p11 ай бұрын

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

  • @t3dotgg

    @t3dotgg

    11 ай бұрын

    Having way too much fun with luts lately

  • @Miguelmigs24
    @Miguelmigs2411 ай бұрын

    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

  • @Xeneon341
    @Xeneon34111 ай бұрын

    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.

  • @carloslfu
    @carloslfu11 ай бұрын

    +1 for “use interactive”, way clearer!

  • @sahidmiller
    @sahidmiller11 ай бұрын

    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

  • @joshuagermon2169
    @joshuagermon216911 ай бұрын

    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

  • @ripleysghost
    @ripleysghost11 ай бұрын

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

  • @NicolasVegaTerrazas
    @NicolasVegaTerrazas11 ай бұрын

    Wow, Fantano reference was sick! :D

  • @TKW919
    @TKW91911 ай бұрын

    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

  • @ayushjain7023
    @ayushjain702311 ай бұрын

    Yes a perfect channel indeed ❤

  • @williandamascenomusic
    @williandamascenomusic11 ай бұрын

    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

  • @souvlaki42
    @souvlaki4211 ай бұрын

    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!

  • @VincentFulco
    @VincentFulco11 ай бұрын

    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

  • @piotrm98
    @piotrm9811 ай бұрын

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

  • @TurtleKwitty
    @TurtleKwitty11 ай бұрын

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

  • @saralightbourne
    @saralightbourne11 ай бұрын

    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

  • @optimaflo
    @optimaflo11 ай бұрын

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

  • @AndrewScofield
    @AndrewScofield9 ай бұрын

    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?

  • @AbhiShake-pl3cf
    @AbhiShake-pl3cf4 ай бұрын

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

  • @user-ru5vc5ud1z
    @user-ru5vc5ud1z10 ай бұрын

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

  • @mprync
    @mprync11 ай бұрын

    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.

  • @PostMeridianLyf
    @PostMeridianLyf11 ай бұрын

    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.

  • @sumukhakb2701
    @sumukhakb270111 ай бұрын

    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

  • @suchysuchysuchy
    @suchysuchysuchy11 ай бұрын

    The only problem I have, is with Server Actions. Sounds like magic for me. Somehow I prefer Remix approach with sending data to server.

  • @vaayuo
    @vaayuo11 ай бұрын

    Loved the intro lol

  • @Polimathe
    @Polimathe11 ай бұрын

    that Anthony Fantano shoutout was crazy

  • @MrMrkram18

    @MrMrkram18

    11 ай бұрын

    ong

  • @Imaginativeone_DF
    @Imaginativeone_DFАй бұрын

    Thanks!

  • @Incomingsign
    @Incomingsign11 ай бұрын

    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.

  • @DerGraueFuchsss
    @DerGraueFuchsss11 ай бұрын

    intro was fire

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

  • @HenneckZellers
    @HenneckZellers11 ай бұрын

    Will you do a classic review?

  • @caIebthewood
    @caIebthewood11 ай бұрын

    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.

  • @OhDevBeard
    @OhDevBeard7 ай бұрын

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

  • @jorgealmonacid3131
    @jorgealmonacid313111 ай бұрын

    BEST THUMBNAIL EVER

  • @tasmto
    @tasmto11 ай бұрын

    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.

  • @MrGarkin
    @MrGarkin6 ай бұрын

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

  • @filipjnc
    @filipjnc11 ай бұрын

    I use useTransition or rather startTransition to execute server actions in callbacks rather than in forms.

  • @questionyourbeliefs
    @questionyourbeliefs9 ай бұрын

    Does anyone know if the dev performance has improved?

  • @georgepetroff2364
    @georgepetroff236411 ай бұрын

    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?

  • @antontytm
    @antontytm7 ай бұрын

    Does it work somewhere except Vercel?

  • @0xzi
    @0xzi11 ай бұрын

    fuckin lold at the fantano intro, thank you

  • @kengreeff
    @kengreeff11 ай бұрын

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

  • @vincentnthomas1
    @vincentnthomas111 ай бұрын

    I dont even see the change when using page router. Hell my ’next dev’ doesnt even compile the pages, it just freezes

  • @sadkebab
    @sadkebab11 ай бұрын

    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.

  • @jacoblockwood4034
    @jacoblockwood403411 ай бұрын

    Love the intro LOL

  • @Leto2ndAtreides
    @Leto2ndAtreides11 ай бұрын

    When will T3 support Drizzle?

  • @jens2635
    @jens263511 ай бұрын

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

  • @lutfiikbalmajid
    @lutfiikbalmajid11 ай бұрын

    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

  • @Alekzv9
    @Alekzv911 ай бұрын

    Hahah great intro reference

  • @EddyVinck
    @EddyVinck11 ай бұрын

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

  • @mark-mcdermid
    @mark-mcdermid11 ай бұрын

    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?

  • @connorskudlarek8598
    @connorskudlarek85986 ай бұрын

    "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.

  • @SantiagoMA
    @SantiagoMA11 ай бұрын

    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.

  • @YourHeroSzilsu
    @YourHeroSzilsu11 ай бұрын

    where is the rating at the end??

  • @jp.cortes
    @jp.cortes11 ай бұрын

    I don't know how should I feel now😅. I thought the App router was slow only on my laptop.

  • @carlmathisen
    @carlmathisen11 ай бұрын

    HAHA loved the fantano intro

  • @thelaitas
    @thelaitas11 ай бұрын

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

  • @4ortson
    @4ortson11 ай бұрын

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

  • @MrManafon
    @MrManafon11 ай бұрын

    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.

  • @Jason_Kang
    @Jason_Kang11 ай бұрын

    Now I wanna know what your favorite albums are

  • @ouss
    @ouss11 ай бұрын

    WOOO, a check shirt!!! WTF Theo

  • @aubreyxengland
    @aubreyxengland11 ай бұрын

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

  • @LJNProductionsInc
    @LJNProductionsInc11 ай бұрын

    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.

  • @tylerolthuizen3347
    @tylerolthuizen334711 ай бұрын

    Good intro 👍

  • @L33tRose
    @L33tRose11 ай бұрын

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

  • @BeansTonight
    @BeansTonight11 ай бұрын

    Is black midi hellfire a 10/10?

  • @user-vk7sb1hp2g

    @user-vk7sb1hp2g

    11 ай бұрын

    Definitely lol

  • @greendsnow
    @greendsnow11 ай бұрын

    Ask yourselves this question: Why do I need SSR? Why not SSG + hydration? And choose wisely.

  • @Leto2ndAtreides
    @Leto2ndAtreides11 ай бұрын

    New, complete tutorial?

  • @user-es1cv6jy2i
    @user-es1cv6jy2i4 ай бұрын

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

  • @bangunny
    @bangunny11 ай бұрын

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

  • @boomshakalaka656
    @boomshakalaka65611 ай бұрын

    On the point of saying its misleading to call them "use client" components, misleading maybe but what's wrongs with calling them that. They run on the server during SSR what's the problem with that? Am l missing something ?? "use interactive" is a worse name.

  • @rhode6354
    @rhode635411 ай бұрын

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

  • @parkerrex
    @parkerrex11 ай бұрын

    👏👏👏👏

  • @QwertyNPC
    @QwertyNPC11 ай бұрын

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

  • @jabellae1
    @jabellae18 ай бұрын

    They made is so simple they complicated everything, I think I hate it and love it.

  • @k-yo
    @k-yo11 ай бұрын

    LOL at Webthony Devtano!!!

  • @snk-js
    @snk-js11 ай бұрын

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

  • @Thorax232
    @Thorax23211 ай бұрын

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

Келесі