Recoil.js in 2 Minutes // What, How, and Why

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

КОМЕНТАРІ • 15

  • @Dapito04
    @Dapito04 3 роки тому +9

    You deserve way more subscribers, your teaching methods are perfect. You are the best!

  • @MrPeradjokic
    @MrPeradjokic 3 роки тому +3

    Good videos. Clear and concise. Subscribed. I predict a bright future for you and this channel!

  • @NoName-oh9fh
    @NoName-oh9fh 2 роки тому +1

    Я считаю это прорывом в реакте, но в нынешнее время Стейт менеджеры уже не так важны. Если раньше мы клали все в redux, то сейчас можно все сделать на хуках например SWR. А подобные Стейт менеджеры подойдут для хранения продуктов в корзине например.

  • @michaelnwuju6368
    @michaelnwuju6368 2 роки тому +1

    Amazing fam, straight to the point.

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

    thanks

  • @darren9965
    @darren9965 2 роки тому +1

    Do you see any scenarios where you would use both React Query and Recoil together?

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

    How are you doing? It’s been a while since we heard from you either via newsletter or in learn recoil. Hope things are ok at your end.

  • @tanjimulislam4762
    @tanjimulislam4762 3 роки тому +1

    Is it run pretty good with next.js ?

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

    Hello, first time playing with Recoil and I'm wondering how do you receive all elements from an atomFamily? For example, the atomFamilty example you have shown on 0:44, how is the Square component receive the id props from the elements that inside the atomFamilty? I'm assuming the Square components would be looped out by map or something similar.
    I can think of one way is to have an atom store all of the squares, so that we can loop all the Square by the map and pass in the id as props into the Square component.

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

    Awesome...

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

    👍👍👍

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

    Wish I had more than one like.

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

    This says noting about how it works only about how to use it.

  • @deepanshu.770
    @deepanshu.770 2 роки тому +1

    Hlo Sir,
    How do we get Value of an Atom/Selector as we get in Redux using Store.getState()

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

      you have to pass the particular atom state to useRecoilValue which acts like setstate hook