This is Why I no longer useState in Favor of URL in React

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 14

  • @juanmacias5922
    @juanmacias5922 Год назад +1

    Such a good/detailed explanation! I was about to implement a filter/search function on my bug tracker project, super helpful!

  • @oussamasethoum1665
    @oussamasethoum1665 Год назад +3

    I always wondered how they do this, Thank you *-*

  • @iatomic_1
    @iatomic_1 Год назад +1

    Pls which api are u using for the products?

  • @spicynoodle7419
    @spicynoodle7419 Год назад +4

    Damn, my backend ass was doing this manually. Didn't know there was a hook

  • @coolemur976
    @coolemur976 Год назад +3

    Neat!
    Refresh is bad example here. As refresh now does nothing - it returns you in same page state as before.
    Better example is sharing url at specific state.

  • @ayushyapatel8645
    @ayushyapatel8645 Год назад +1

    what theme are you using??

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

    pretty cool, do you have a link to git code ?

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

    What happens when you want to use throttling with searchbar?

  • @devfren
    @devfren Год назад +3

    nice! helpful

  • @glengraham1828
    @glengraham1828 Год назад

    Dude please...is there a github link for this repository?

  • @carlmascarenhas4124
    @carlmascarenhas4124 Год назад +2

    First view and first like

  • @dawid_dahl
    @dawid_dahl Год назад +2

    Old school.

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

    Or you could just use tanstack router...