I Was Wrong About React Router.

Поділитися
Вставка

КОМЕНТАРІ • 161

  • @harvenius
    @harvenius 27 днів тому +89

    Ryan: "It's not dead, it's just taking a nap!"

    • @flutter-fm1kl
      @flutter-fm1kl 27 днів тому +2

      Who flutter

    • @aaronbrown3820
      @aaronbrown3820 27 днів тому +6

      Let's talk about how theo is wrong about many things but people blindly follow him

    • @scottcorgan
      @scottcorgan 26 днів тому

      “nap” is the single word that threw the world into a fit

  • @pedroalmeida6728
    @pedroalmeida6728 27 днів тому +41

    Remix is dead, long live Remix!

  • @muximuxicofficial518
    @muximuxicofficial518 27 днів тому +5

    I saw the live and now this video, overall a nice summary lesson, thank you for your work. Hugs from PT

  • @nitemunky76
    @nitemunky76 26 днів тому +2

    I'm a long time Remix advocate. Really excited for the future of Remix and RR...

  • @jon1867
    @jon1867 27 днів тому +5

    praying this transition goes smooth, I will say 2 years into a remix app and I don't regret it yet. It's got its rough edges, but overall been able to do everything I needed. I'm worried about RSC but also it seems like if they confine it to being used in the loaders primarily it shouldn't mess with the rest of the way that react works outside of the loaders.

  • @AyushSingh-yk6xt
    @AyushSingh-yk6xt 27 днів тому +46

    Every other Theo video starts with, i was so wrong about my following take on my last video. 😂
    Gotta love his honesty!

    • @lionlike5856
      @lionlike5856 27 днів тому +33

      Maybe the moral of the story is to stop confidently pushing these hot takes that are constantly proven wrong, but then the dude wouldn’t have any content.

    • @aaronbrown3820
      @aaronbrown3820 27 днів тому +15

      I do appreciate his honesty, but people need to stop blindly taking his word and takes as the truth

    • @joeydgaf
      @joeydgaf 27 днів тому

      I was just thinking the same thing 😂

    • @TheRealFallingFist
      @TheRealFallingFist 26 днів тому +2

      lol, weird jump in logic. being regularly dishonest about your knowledge on stuff and then admitting your dishonesty when you're proven wrong is not honesty, it's just... backtracking on your statements

    • @kylevdr
      @kylevdr 25 днів тому

      "Gotta love his honesty" The reason he's wrong all the time is because he's so incredibly dishonest

  • @Ohmriginal722
    @Ohmriginal722 26 днів тому +1

    My boy Jacob got name dropped in a Theo video! How cool! Been friends since the gamedev days, he's movin up in the world.

  • @Ivan-wm6gm
    @Ivan-wm6gm 27 днів тому +4

    My react projects from my company still uses old version of react-router and my team has no plans on shifting to next.js but with this new update from react-router I'm 100% sure that my team will be glad to upgrade soon

  • @Thassalocracy
    @Thassalocracy 26 днів тому +5

    For now we can summarize about Remix/React Router in 2 points:
    1. Remix === React Router returns true
    2. Neither Remix nor React Router will ever die as long as Shopify never dies

  • @hyprdia
    @hyprdia 16 днів тому

    One of your best video Theo, keep up the good work!

  • @hzhu
    @hzhu 26 днів тому

    Thanks for the commentary! Excited.

  • @naranyala_dev
    @naranyala_dev 27 днів тому

    I felt the vibe, full of adventure

  • @efkastner
    @efkastner 27 днів тому +1

    This reminds me of when Rails and Merb merged in 2008! Yahuda Katz has a great post on how that all went

  • @Nekroido
    @Nekroido 27 днів тому

    I've been experimenting with Tanstack Router for a dynamic app prototype, but React Router was much more fit for the task: I can nest route trees within my components with JSX and which is way easier to read and maintain. The only gripe I have with RR is that I can't `useMatches` hook with nested routes to build a breadcrumbs component. Still, an insanely cool and useful library which is go-to for most of my frontend projects

  • @onixenic
    @onixenic 20 днів тому

    I am at the really start of one of my projects done with Remix. What would you guys recommend to do? Switch immediately to RR, or continue with Remix?

  • @faraonch
    @faraonch 27 днів тому

    Interesting. As a dedicated NextJS developer, I always kept an eye on Remix and tested it to understand it better and stay updated. It's been a healthy and friendly competitor, pushing NextJS to improve and make good decisions (like RSC and Forms).
    I used to think of Remix as another fullstack framework, almost as big as NextJS. However, the rename changed my perspective. Now it feels more like, "Hey, we are just a useful library, by the way" 🙂

  • @_mocha750
    @_mocha750 27 днів тому

    Amazing video :D ty

  • @Blackweirdo
    @Blackweirdo 23 дні тому

    What would be a good place to start learning about RSC?

  • @andreyyastrebtsov4367
    @andreyyastrebtsov4367 27 днів тому +3

    So am I understanding it correctly? I have fresh Remix app right now currently in active development. I started it with vite plugin. So when RR V7 is out I will migrate to it. And AFTER THAT when the new Remix comes out with RSC i can migrate again to Remix to use RSC??? Is that right? Or RSC will be avaliable in RR V7??

    • @kevinisaac4958
      @kevinisaac4958 27 днів тому

      Looks like all Remix features will be available in RR v7+ going forward. Remix as a separate standalone package won't be needed.

    • @infantfrontender6131
      @infantfrontender6131 27 днів тому +2

      Everything will be in RRv7

    • @andreyyastrebtsov4367
      @andreyyastrebtsov4367 27 днів тому

      @@infantfrontender6131 nice!

    • @ivan.jeremic
      @ivan.jeremic 27 днів тому

      @@infantfrontender6131 yes

    • @mentoriii3475
      @mentoriii3475 26 днів тому

      @@infantfrontender6131 yes basically, as an example wherever you use Link, the import would look like "@remix-run/react" -> "react-router-dom" or whatever they are calling it now

  • @PetarVukmanovic
    @PetarVukmanovic 27 днів тому

    did you just fire shots on Taylor Otwell??? :D

  • @patrickjreid
    @patrickjreid 27 днів тому

    I am super hyped. I recently converted and next 14 app to vite and react router v6 and it felt like a dream. Iwas struggling and fighting with next constantly. The routing sucked, especially if you wanted to pass data from page to page. When I got to use the ssr stuff it was cool, but still a bit of a pain. I just loved the react router documentation. There were less gaps and it just made sense. I have been a remix fan for a while, this experience reminded me why. I just don't like next very much and I think the remix team is far more innovative and transparent. Next isn't as clear under the hood.

  • @sobanya_228
    @sobanya_228 27 днів тому

    Did the previous version of React router also eat some other new and shiny router?

  • @ruaidhrilumsden
    @ruaidhrilumsden 27 днів тому +6

    Holy crap, the calibre of developers on that sream! I feel a bit starstruck!

  • @anamitraupadhyay
    @anamitraupadhyay 27 днів тому +9

    Some of the comments💀👌just get lost already...its about react router darn it!

    • @banfiesta7158
      @banfiesta7158 27 днів тому +1

      Dude You uploaded it right in the middle of me watching why react router is dead lmao.

    • @anamitraupadhyay
      @anamitraupadhyay 27 днів тому

      @@banfiesta7158 lmao same

    • @anamitraupadhyay
      @anamitraupadhyay 27 днів тому

      @@banfiesta7158 i think theo been upto some 🌿 herbs 🤣

    • @banfiesta7158
      @banfiesta7158 27 днів тому

      @@anamitraupadhyay ha, I don’t know why did I put my comment there but I’ll leave it like it is

    • @anamitraupadhyay
      @anamitraupadhyay 27 днів тому

      @@banfiesta7158 dude i think my herb 🌿 comment was removed💀okay...whoever did that it was a joke aight? Sorry.

  • @Nhan-ti5go
    @Nhan-ti5go 21 день тому

    00:01 React Router is here to stay despite initial doubts
    01:50 React Router V7 updates include non-breaking upgrade and remix integration
    03:29 React Router version 7 introduces significant new features.
    05:19 Remix migrated to Vite much faster than expected
    07:00 Remix is a v plugin that makes react router more convenient to use and deploy.
    08:47 Transitioning V plugin to React Router V7 for future enhancements.
    10:32 Server components in React Router future-proof React apps
    12:15 Shopify's acquisition of Remix allowed the team to grow and improve significantly.
    14:00 Server components in React Router enable easy rendering from server to client.
    15:54 Server components simplify data handling for components.
    17:39 Loader in React Router handles content loading and requests.

  • @svenmify
    @svenmify 27 днів тому

    I fail to see how a browser based solidity editor fits into react, but I can’t keep up with all the tech anymore

  • @amanksdotdev
    @amanksdotdev 27 днів тому +22

    We got a remix of react router a f'in js library before GTA 6

    • @cyrus01337
      @cyrus01337 27 днів тому

      Wouldn't be the first time :^)

    • @kylevdr
      @kylevdr 25 днів тому

      Is that supposed to be surprising?

  • @fev4
    @fev4 26 днів тому

    why is that article dated May 26th 2024? are they time travelling or something? I mean I can see it happening with how Ryan has aged so fast after starting Remix, but damn, took me by surprise

  • @ryanquinn1257
    @ryanquinn1257 25 днів тому

    I really really like Ryan and Remix for this.
    A lot of people wondered if Remix was selling out when acquired by Shopify.
    I would argue this is quite the opposit. Shopify providing the foundation and ability to find the best form of React Router AND Remix.
    He let innovation take the lead over brand even though Remix Router would be a cool name too!

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis 27 днів тому +1

    9:25 - finally a based opinion by Theo. Took you time enough but we finally got there. When we get *asynchronous functional components* on the client exclusively, then we are talking. Not everyone can or has any obligation to maintain a Node image - or, heck, wants to serve their UI, through primarily an express-y thing that runs on Node. Plus, not everyone needs or even wants SSR.

  • @eddiejoe
    @eddiejoe 27 днів тому +2

    I don’t know what’s going on 😮

  • @ShaneyBoi7
    @ShaneyBoi7 27 днів тому

    I am so curious to know how React Router v7 and Tanstack Router differ now.

  • @Pavel-wj7gy
    @Pavel-wj7gy 27 днів тому +6

    Like you being wrong 90% of the time?

  • @inversemetric
    @inversemetric 27 днів тому

    Every company I've worked has needed to upgrade react-router. It's VERY hard to keep it up to date.

  • @FeLiNe418
    @FeLiNe418 27 днів тому +5

    I've already migrated to TanStack Router (un)fortunately

    • @t3dotgg
      @t3dotgg  27 днів тому +7

      Tanstack router is pretty hype ngl

    • @damon8541
      @damon8541 27 днів тому +4

      @@t3dotgg I tried it in a project recently. The crazy things TanStack router does to achieve its "type safe" routes kills the TypeScript language server, making things like intellisense less snappy, and overall I would say the dev experience is worse.

    • @FeLiNe418
      @FeLiNe418 27 днів тому

      @@damon8541 Are you sure you're not doing something wrong?

    • @CottidaeSEA
      @CottidaeSEA 27 днів тому +1

      ​@@damon8541I feel like that's more of a JavaScript thing than a problem with the library. Also, I am saying JavaScript because TypeScript is not a language, it's a linter. It has to conform to JavaScript rules which is the problem.

    • @Rista90
      @Rista90 26 днів тому +1

      Tanstack router is good enough man, no worries

  • @TravisDraper-ih9ic
    @TravisDraper-ih9ic 27 днів тому

    Also got one of those dynamite shirts XD

  • @JLarky
    @JLarky 27 днів тому

    3:09 Remix wasn't aligned to React Router versions :) Remix v0/v1/v2 all based on RR v6

  • @Me-vc4sf
    @Me-vc4sf 16 днів тому

    So you're not getting sponsored by remix instead of next?

  • @mchisolm0
    @mchisolm0 27 днів тому

    I’m super excited to learn more. Also super pumped to see a community that genuinely seems to be collaborative and cooperative, seeking the best results for everyone.

  • @j0hannes5
    @j0hannes5 27 днів тому +2

    My App was started with CRA a Long time ago. And it used React Router v6
    How and Why would I Switch to Vite and React Router v7
    Would I have to Switch to Vite as well?

    • @infantfrontender6131
      @infantfrontender6131 27 днів тому +1

      You can use RRv7 in your code without problems. But if you want all Remix features, then you need to migrate to Vite and Remix plugin for Vite

    • @ark_knight
      @ark_knight 27 днів тому +1

      Well, if you don't want to....then you don't have to lol. this is for people who want to. If you are interested in, I am sure they will write a blog or documentation about it.

    • @j0hannes5
      @j0hannes5 27 днів тому

      What does it entail to switch to Vite?

    • @ivan.jeremic
      @ivan.jeremic 27 днів тому

      @@j0hannes5 because it's currently the best tool.

    • @spl420
      @spl420 27 днів тому +1

      @@j0hannes5 Depending on how custom your current build config right now. If you changed nothing in default config of some build system, default config for vite will probably do the same thing. Overall, switch on small and middle-size project is probably will end in few google searches. Overall, there's no reason not to migrate.

  • @upamanyumukharji3157
    @upamanyumukharji3157 27 днів тому

    i am so confused. what is the difference between remix and this react-router?

  • @Kaczucha888
    @Kaczucha888 27 днів тому +17

    Remix just became better than Next just for the ease of use

    • @incarnateTheGreat
      @incarnateTheGreat 27 днів тому +2

      I'm enjoying Remix right now. In no real rush to go back to Next, but it wouldn't be bad if I had to.

    • @blessdarah1256
      @blessdarah1256 27 днів тому +2

      @@incarnateTheGreat I'm all into Remix. NextJs has been changing too much and I hate that.

    • @incarnateTheGreat
      @incarnateTheGreat 27 днів тому

      @@blessdarah1256 that's fair. Sometimes I wonder if the Next crew feel like they have to make changes to keep up with everyone else and use React Canary releases.
      I haven't had any issues with Next releases, but Remix promotes a form of simplicity that I can't ignore. Excited for their take on RSC.

    • @alexanderhorner
      @alexanderhorner 27 днів тому +2

      I dumped next js for react router v6 for this reason. Glad I can now use it even for projects that require more advanced server side rendering and RSCs etc. SO EXCITING

    • @LutherDePapier
      @LutherDePapier 27 днів тому

      I agree.

  • @jrnxf
    @jrnxf 26 днів тому +1

    "I'm excited for a future where you can use server components in more dynamic ways, and compose them, and do all the cool things I'm used to doing in NextJS". Can you speak on this? What's so much better about how Next does RSC in your mind?

    • @RyanFlorence
      @RyanFlorence 26 днів тому +2

      I don't know what he's thinking of either. Like I said in the chat a few times to all the "can it?" questions: it's RSC, it can do all the RSC things! 😆

  • @mosescosme8629
    @mosescosme8629 26 днів тому

    Remix became a rapper? In this economy? During the WWIII of rap? Good luck.

  • @ulrich-tonmoy
    @ulrich-tonmoy 27 днів тому

    Remix bring the ssr/rsc to react natively while next took react to next to do it in their own way

  • @AmodeusR
    @AmodeusR 27 днів тому +1

    Strange. React Router will be now a framework?

    • @SamualN
      @SamualN 27 днів тому +2

      the bulk of a modern framework *is* its router

    • @ivan.jeremic
      @ivan.jeremic 27 днів тому

      the core of all frameworks is the router.

    • @AmodeusR
      @AmodeusR 27 днів тому

      @@ivan.jeremic It's quite weird to have a framework called "react router", though.

  • @durcodavid
    @durcodavid 27 днів тому +1

    @theo State of HTML 2023 results analysis please.

  • @mistersunday_
    @mistersunday_ 27 днів тому

    I ❤💿

  • @madangryscientis
    @madangryscientis 27 днів тому +2

    Upgrading from v5 to v6 took 3 months of full-time dev work in a large code base. Honestly I don't trust the react router team.

    • @FabuBrik
      @FabuBrik 26 днів тому

      I feel this deep in my soul.

    • @mentoriii3475
      @mentoriii3475 26 днів тому

      unless you wanted to use new Data router, that migration would be useless and a waste of time

  • @TheYinyangman
    @TheYinyangman 27 днів тому

    What’s happening with shopify hydrogen

  • @deounix
    @deounix 27 днів тому +8

    Currently, I'm using Expo to write my mobile apps (Android and iOS), desktop apps (Mac, Windows, Linux), and my website. :D
    I've been using React since 2014, and I've tried every single React framework. Having worked on dozens of React and React Native projects, I can confidently say that Expo will surpass them all in the next two years!

    • @MsVsmaster
      @MsVsmaster 27 днів тому +4

      Before or after lunch time?

    • @deounix
      @deounix 27 днів тому

      ​@@MsVsmaster Why should I use Next.js, Remix, or Gatsby for building websites when I can use React and React Native (Expo) to build everything?
      I mentioned two years because, at present, Expo lacks support for all desktop features. However, they are making significant progress in addressing this.

    • @darana1142
      @darana1142 27 днів тому +2

      lil bro expo uses react native.

    • @deounix
      @deounix 27 днів тому

      @@darana1142 Anyway, anyone who knows React also knows React Native since they share the same concepts.

  • @FujiLivz
    @FujiLivz 25 днів тому

    For what it's worth, I appreciated the dumb questions; "Its just RSC" didn't do shit for my brain, lol.

  • @cuca_dev
    @cuca_dev 27 днів тому +1

    You’re often wrong, as anyone usually since forecasting is complex (even more when we talk about technologies, it seems).

  • @centereddev
    @centereddev 23 дні тому

    Glad I didn’t listen to Theo when choosing Remix our last major project. It’s been great.

  • @sierragutenberg
    @sierragutenberg 27 днів тому +24

    The bots are already here? lol

    • @dstick14
      @dstick14 27 днів тому

      As an AI language model I don't appreciate you calling me a "bot"

  • @RNDev666
    @RNDev666 27 днів тому +29

    ayyyo wtf are these comments

  • @EvestDev
    @EvestDev 27 днів тому

    0:40 O.O

  • @scottl4422
    @scottl4422 27 днів тому +7

    This looks like it's a React-ified HTMX.

    • @cuca_dev
      @cuca_dev 27 днів тому +1

      Aggy dagger on the front end bubble. Unexpected!

    • @scottl4422
      @scottl4422 27 днів тому +1

      @@cuca_dev We've talked about frontend before in aggy daggy.

    • @spl420
      @spl420 27 днів тому

      because RSC are Reactified HTMX. It is the same idea of sending markup of part of app(A.K.A. Component).

    • @benbowers3613
      @benbowers3613 27 днів тому +1

      Returning markup from the server is not an HTMX thing. That was already the standard pattern and one that any react app that uses SSR is also benefiting from.

  • @hesam-init
    @hesam-init 27 днів тому

    ppl who use tanstack router are real chads

  • @corntaco
    @corntaco 27 днів тому

    "As dead as Laravel??" The disrespect. 😂

  • @felinedis
    @felinedis 26 днів тому +1

    Theo clickbaits and is wrong.. whats new?

  • @Mustardoable
    @Mustardoable 27 днів тому

    Embrace Extend Extinguish

    • @RyanFlorence
      @RyanFlorence 26 днів тому +1

      Actually it has been: Embrace ... let the team do whatever they want

    • @Mustardoable
      @Mustardoable 26 днів тому

      ​ @RyanFlorence Yes, you are moving on to step 2 of EEE; Extend, The tweet from Jacob Paris shown at 3:29 describes how EEE works. For what it's worth I won't mourn the extinguishment of RR (React Router) the major version upgrades have been horrible, upgrading a large project to V6 recently required writing some absolutely horrific HOC (Higher Order Components) to aid in backwards compatibility in order to get the migration across the line, stepping stones that other good tools would have provided... And all for what? A functionally identical outcome, just different. Almost all of the software I've written has a lifetime measured in decades so keeping up with this churn is incredibly frustrating. I look forward to seeing what extensions are made for users that will be de facto Remix users when it awakens from a "Nap", we will likely be one such user as a migration away now is prohibitive.
      I do sincerely thank you for your contributions to open source
      Regards a future Remix user

  • @4ndrs_dev
    @4ndrs_dev 26 днів тому

    this is really cool

  • @PaulSebastianM
    @PaulSebastianM 27 днів тому +1

    Says a lot about how seriously we should take what comes out of your mouth. :D

    • @t3dotgg
      @t3dotgg  27 днів тому

      Very seriously because I was so close to 100% accurate? :D

  • @neoish
    @neoish 27 днів тому +1

    The first few comments are always kind of stupid. It’s annoying. Contribute to the topic darn it.

  • @ark_knight
    @ark_knight 27 днів тому

    People, report the bots.

  • @HoNow222
    @HoNow222 27 днів тому +30

    can't believe remix is already dead. wtf. i don't want to work in front end anymore, i'm tired boss.

    • @ivan.jeremic
      @ivan.jeremic 27 днів тому +9

      Is this a serious comment or are people just too lazy to read what is really going on? The new ReactRouter will have remix inside so nothing changes or goes away all you do is stop calling it Remix and you just change imports😂 damn people please read before commenting.

    • @prs_wjy
      @prs_wjy 27 днів тому +1

      ???
      Bruh, please at least watch the first 2min first

  • @stevenhorton8604
    @stevenhorton8604 27 днів тому

    "React almost never had breaking changes." LMFAO. You's crazy.

    • @t3dotgg
      @t3dotgg  27 днів тому

      Name 3.

    • @stevenhorton8604
      @stevenhorton8604 26 днів тому +1

      @@t3dotgg I'm glad I've been using Git for two decades. 0.4.1 caused my app to render to a white screen with no error message due to changes in the way state was handled.
      The next time I updated was 0.9.0. They changed the way state was handled again which broke components, as well as components built for production to be squished together different than locally developed versions.
      0.14 wouldn't update child components when the parent changed unless you chained state on all of the children that needed it. That means doing wacky crap passing functions as properties to children so they could call it as a callback to pass a function to the parent in order for the parent to call that function to let the child component update it's state.
      The next upgrade was 15.0.1 which caused the previously mentioned fix to completely lock up the app and components. This meant keeping most state in a near-top-level component and passing functions down the ladder to allow children to affect state, or, as most people suggested, cloning the element entirely and adding properties to it, but now you have to give all children access to it so it can clone all children to give them access to changing the state if it needed it. Now you have this all-father component and you're using a method from that component to wrap around all child components,.I'm sure that won't be problematic.
      16.8 was apocalyptic. Asynchronous functions like the one from the last fix are now broken because the parent component is not guaranteed to be mounted. They also took down most of their documentation surrounding class components, without having real existing documentation about function components and useState was a large mental shift.
      It also (oh so quietly) broke state. Where you could previously pass instances of Non-React code as props and store things like websocket connections , you would now have to throw them into the global scope, or as most suggested, initialize them them when you created the react app and along with any elements they needed using document.createElement, attaching them to the dom, and then detaching them later so that they could be referenced later.
      Then I get to clone the child elements, along with all properties, reroute events and attributes in order to stop React from doing funny business on the elements themselves.
      document.querySelectorAll("#id").appendChild() or whatever.
      useRef exists at this moment, but from my memory almost nobody seems to know about it (at that time).
      And you know by now how that went. Soon react , and but soon after useRef was better understood.

    • @stevenhorton8604
      @stevenhorton8604 26 днів тому +1

      ​@@t3dotgg I wrote a long response and hit comment but I'm guessing it vanished. Migrating 0.4 to 0.9, migrating from 0.9 to 15 all handled state differently and broke things. 15 caused dev versions and production versions to look very different. 16.8 broke handling non-react objects very badly and required really annoying hacks in order to stop react from mangling the elements (passing to the react app when it's initialized and passing through the prompts along with attaching them post-render, and redirecting HID events through callbacks and sending events through those callbacks to outside elements, then sometimes needing to rip those elements out before you can update state safely.
      The combo of useEffect and useRef was superior nowhere I could find explained it. Along with the release of 16.8 they ripped out all of the documentation they had and it kind of forced most of us to upgrade, which was rough because the documentation was screwed up. Broken links everywhere.
      The only way I can imagine you didn't experience this crap is if you started using React in 2018 or so and only on a React-only code-base.
      I don't think that is the case though. You just is crazy.
      Edit: Still less breaking changes than Angular. Angular 1 was nice to use, Angular 2 broke everything, and Angular 4... I gave up.
      I'm full a full stack developer working with small companies, I don't have time for Angular shenanigans.

  • @JohnDoe-jc4xp
    @JohnDoe-jc4xp 27 днів тому +7

    Your also wrong about Laravel being dead! SMH

  • @adaliszk
    @adaliszk 27 днів тому +1

    Meh, RSC is one thing, but to actually be resumable instead of hydration is even better future tech.

  • @ivoxii
    @ivoxii 27 днів тому +3

    you've been wrong about a lot of things lately

  • @chrismastere
    @chrismastere 26 днів тому

    Another day, another breaking change in react-router. Migration has never not been painful.
    React-router considered harmful.

  • @pauls6277
    @pauls6277 26 днів тому

    Bruh why is Laravel dead haha

  • @Kats0unam1
    @Kats0unam1 26 днів тому +2

    You are wrong about a lot of things tbh LOL

  • @balaclava351
    @balaclava351 27 днів тому +1

    idk why anyone would use React native when you could just use Capacitor. One code base to rule them all.

  • @killswitch.
    @killswitch. 27 днів тому

    0:38
    *_Theo unbuttoning his shirt_*
    Me: woah woah woah woah🤣

  • @tvujtatata
    @tvujtatata 27 днів тому

    Bloated package with bad DX. It was good but we have better alternatives now.

  • @pinatacolada7986
    @pinatacolada7986 27 днів тому

    Not needing to specify types is a huge advantage when coding. This type safety nonsense is a fad.

  • @owenwexler7214
    @owenwexler7214 27 днів тому

    RIP anyone who has production apps on Remix 😅

  • @monochosen
    @monochosen 27 днів тому

    good. it was getting confusing with next.js vs remix vs react router. next.js has won on the server and react router has won SPA's, so retiring remix and working on react router completely is a really good decision.

  • @zenzoyaudr
    @zenzoyaudr 27 днів тому +1

    Early? Damn

  • @incarnateTheGreat
    @incarnateTheGreat 27 днів тому

    9:47 "If you were around when Hooks happened...."
    👴

  • @myspace9358
    @myspace9358 27 днів тому

    earlyyyyy

  • @rasib101
    @rasib101 27 днів тому +1

    Almost first

  • @Oxygen.O2
    @Oxygen.O2 27 днів тому +4

    First. (Quality comment)

    • @sierragutenberg
      @sierragutenberg 27 днів тому +2

      I don't get what's the quality in commenting "First."...

  • @erikslorenz
    @erikslorenz 27 днів тому

    React router may be my least favorite thing in the entire front end ecosystem

    • @brunovandamme1389
      @brunovandamme1389 27 днів тому

      If you are looking for an alternative router for react, try react-sprout

  • @onuralkan190
    @onuralkan190 26 днів тому

    I hate react router and it's manual. And also just a router and not a big deal. Video smelling like a PR... Theo you are not like that... please...

  • @AdolfRizzler41
    @AdolfRizzler41 27 днів тому +4

    You're also fear mongering and snatching views from newbies not expecting from you

  • @EvestDev
    @EvestDev 27 днів тому

    0:40 O.O