React Query Tutorial - 14 - Query by Id

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 28

  • @ethanhermsey
    @ethanhermsey 2 роки тому +6

    Might sound a bit weird, but your indian accent is the most understandable I've ever heard, good on you.

  • @paulrodriguez3198
    @paulrodriguez3198 2 роки тому +3

    Honsetly, react-router was the most challenging part. Great explanation of react Query, really helps a lot!!!

    • @isaacopeyemirobert7868
      @isaacopeyemirobert7868 Місяць тому

      won't lie, those dynamic pages and useParams is something to get used to!

  • @vojinkarisik8870
    @vojinkarisik8870 Рік тому

    Your channel is a treasure...

  • @Moprationsz
    @Moprationsz 2 роки тому +2

    Perfect and simple explanation. Thanks a lot! Already going to the next course haha

  • @hajarmekamy6185
    @hajarmekamy6185 2 роки тому

    Wonderfully explained, really good job!☺

  • @atharvapalkar4372
    @atharvapalkar4372 2 роки тому

    Clear !!!
    To the point tutorial
    Thanks alot man

  • @onurbamaro
    @onurbamaro 3 роки тому +8

    Vishwas, do you plan to launch a course on testing?

  • @rifatskdev
    @rifatskdev 2 роки тому

    works perfectly, thank you

  • @asimiadedoyin8389
    @asimiadedoyin8389 Рік тому

    And type the name Vishwas … my fav part of your videos.. the way you call the vishwas 😄

  • @fabianbrash4356
    @fabianbrash4356 3 роки тому

    Amazing work!!

  • @KrishnaTeja-t6n
    @KrishnaTeja-t6n 10 місяців тому

    We can use uselocation hook right? What makes difference between this and using uselocation hook

  • @marshallnyamadzawo8553
    @marshallnyamadzawo8553 3 роки тому

    Fantastic!

  • @muhammedmohsin5983
    @muhammedmohsin5983 3 роки тому

    very helpfull video.

  • @fares.abuali
    @fares.abuali 2 роки тому

    Great!

  • @RubberDuckCoding
    @RubberDuckCoding 3 роки тому

    VERY NICE!

  • @titahbaudwin4276
    @titahbaudwin4276 11 місяців тому

    I was thinking, since we have a custom hook for all superheroes why don't we just use it in the single superhero component and filter by the ID param

  • @nikhilambati6860
    @nikhilambati6860 8 місяців тому

    cant we create all the custom hooks in same paget i yes can you please tell how to write code like that

  • @chengjinfei8139
    @chengjinfei8139 3 роки тому

    Pretty helpfull

  • @mdtareqkhan7087
    @mdtareqkhan7087 3 роки тому

    is there any change to enroll your course payment method Bkash or Roket in Bangladesh

  • @brayandvelasquez2256
    @brayandvelasquez2256 2 роки тому

    I dont understand why when I am using React Query in Observers I get 26 or 29 in it. You can say why?

  • @abhishekgone2027
    @abhishekgone2027 2 роки тому

    heroId is coming undefined in url and even if i return get method with heroId i am getting request error.
    it is showing ["super-hero",null]

  • @gideonkipkorir2733
    @gideonkipkorir2733 Рік тому

    huyu muhindi ako ndaaani ndaaani kabisa

  • @jamescat2386
    @jamescat2386 Рік тому +1

    The second query just gets information you already have from the first, I get that might not always be the case but can you use the cache in a way that its smart enough to recognise when it already has information?

    • @ANGLGRGRY
      @ANGLGRGRY Рік тому

      Same Question. What I did, I used getQueryData from the initial query key. Passing it to a new variable, then find it by id. Although, I think there's much better way to do this. If you have another work around, it will be helpful.

    • @DaoPVT
      @DaoPVT Рік тому

      Yeah of course he could do it the way you said but for learning purposes he chose to do it in that manner.

  • @artursradionovs9543
    @artursradionovs9543 3 роки тому

    Hi
    Can someone help me with React Query and Next Js dynamic data rendering?