facebookexperimental/Recoil

Add unit tests for glitch-freeness

Open

#535 opened on 2020年8月26日

GitHub で見る
 (5 comments) (10 reactions) (0 assignees)JavaScript (19,428 stars) (1,151 forks)batch import
good first issuetests

説明

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?

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

Add unit tests for glitch-freeness · facebookexperimental/Recoil#535 | Good First Issue