React Router 7 Tutorial

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 32

  • @bholmesdev
    @bholmesdev День тому +4

    You did it. You finally made routing simple. The answer wasn’t pure file based or pure config based, but somewhere in the codegen middle. Thanks for pushing through to find the solution!

  • @sajadtorkamani9399
    @sajadtorkamani9399 Годину тому

    Very exciting - nice tutorial!

  • @iriel492ki
    @iriel492ki 2 дні тому +10

    How do you handle auth with the new React Router 7? Is it basically the same as Remix?

    • @Remix-Run
      @Remix-Run  2 дні тому +5

      Yes, all strategies that worked in Remix apply in React Router if you're using the Vite plugin (framework mode)
      The popular library remix-auth has already been updated to support React Router 7: github.com/sergiodxa/remix-auth

  • @the_beckers_food
    @the_beckers_food День тому

    I have been waiting for this video! Thank you.

  • @shivamjhaa
    @shivamjhaa 2 дні тому

    This is really, really good. Everything coming together

  • @eleah2665
    @eleah2665 День тому

    Thanks Brooks. Very helpful.

  • @philippeaka2772
    @philippeaka2772 День тому

    Great tutorial!!

  • @brianmwangi6599
    @brianmwangi6599 День тому +1

    Hey Brooks, why did you put the action function for creating new contacts in the root.tsx instead of sidebar.tsx?

  • @refeals
    @refeals 2 дні тому

    Awesome tutorial, thanks!

  • @manutechashuman
    @manutechashuman День тому

    Love the tutorial! is it possible to get access to this repository? Thanks!

  • @TheMERABANABER
    @TheMERABANABER 2 дні тому +2

    I'm never using tanstack router ever again, thank god

    • @bholmesdev
      @bholmesdev 22 години тому +1

      Yeah, I wanted to enjoy it but I was slammed with a wall of complexity when onboarding. Partially the docs, partially the verbose API design. RR v7 feels far nicer to start

  • @qapplor
    @qapplor 13 годин тому

    still no middleware? I have to copy paste auth logic into every route?

  • @designerjehovah4453
    @designerjehovah4453 День тому

    this is so exciting

  • @AlexanderDensley
    @AlexanderDensley 2 дні тому

    any plans to release docs on using supabase auth with the new rr v7? would be greatly appreciated

  • @saurabh75prakash
    @saurabh75prakash 2 дні тому

    How can we build mdx blog site with RR7?
    Is there any example repo

  • @frozen_tortus
    @frozen_tortus 2 дні тому

    how would you quickly go to visit route file from routes? cmd+click wont work because its not full path? Also, you cant auto complete corect?
    I tried it and so far my experience was painfull with gotchas like that. Editor shows all is fine, then I open an app and its not working, turns out path is wrong, and terminal shows err, and its not like you made errors easy to read.

  • @prashlovessamosa
    @prashlovessamosa 2 дні тому

    Thanks for sharing

  • @vfshera
    @vfshera 2 дні тому

    THis is great!

  • @jeffsegovia00
    @jeffsegovia00 2 дні тому

    Thanks Brooks. 🎉

  • @AbuBakr1
    @AbuBakr1 2 дні тому

    Can someone please explain to me . Remix and react router: are these two different framework? Am currently building sites with remix.

    • @danestevens1
      @danestevens1 2 дні тому +2

      Remix is now react-router (framework mode).

    • @Remix-Run
      @Remix-Run  2 дні тому +4

      What @danestevens1 said
      We announced this direction back in May and finished the work not to long ago
      You can read more about our strategy here: remix.run/blog/incremental-path-to-react-19

    • @lamhung4899
      @lamhung4899 День тому

      Remix is nothing but React ROUTER + "framework" features

    • @AbuBakr1
      @AbuBakr1 День тому

      @@danestevens1 wow that's amazing

    • @AbuBakr1
      @AbuBakr1 День тому

      @@danestevens1 wow this is awesome

  • @itsZavier_1
    @itsZavier_1 День тому

    thanks

  • @dodiiiii1
    @dodiiiii1 День тому

    Great content. Very intuitive and fluid. Thanks Brooks!
    Q: How soon is RR7 integrating in hydrogen? The Shopify Winter Edition was disappointing in that regard.