facebookexperimental/Recoil

Add unit tests for glitch-freeness

Open

Aperta il 26 ago 2020

Vedi su GitHub
 (5 commenti) (10 reazioni) (0 assegnatari)JavaScript (19.428 star) (1151 fork)batch import
good first issuetests

Descrizione

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?

Guida contributor