MENU

`Recoil` – Asynchronous

0
539
0

Let’s continue to learn Recoil for async usage.

Please see the comments on important lines.

For me, useRecoilCallback didn’t work.

With this article, I will stop sharing Recoil examples, of course temporarily.

After a couple of days of investigating, I found some result:

  1. Yes, it’s interesting, and it’s obviously new way to manage store.
  2. Yes, it’s worth to learn, and you can use Recoil along with Redux.
  3. Yes, it’s simple more than Redux, you don’t need to structure store files in a complex hierarchy.
  4. The learning curve is low.
  5. Recoil is being improved actively, there are things to do more.

You can find the whole source code here:

https://github.com/maAPPsDEV/recoil-async

Sorry, the comment form is closed at this time.