facebookexperimental/Recoil

Add unit tests for glitch-freeness

オープン

#535 opened on 2020/08/26

 (5 件のコメント) (10 件のリアクション) (0 人の担当者)JavaScript (1,151 件のフォーク)batch import
good first issuetests

Repository metrics

Stars
 (19,428 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

First of all thanks for sharing this amazing library!

I was wondering, is Recoil glitch-free?

Many other reactive frameworks - like RxJS - don't have a synchronous dataflow architecture, so updates happen in the order of subscription, and not per se in the correct dependency order (like FlapJAX, SodiumFRP, Reactive-Banana, etc).

I'm curious if Recoil solves this problem?

コントリビューターガイド