facebookexperimental/Recoil

Add unit tests for glitch-freeness

Open

#535 opened on Aug 26, 2020

View on GitHub
 (5 comments) (10 reactions) (0 assignees)JavaScript (1,151 forks)batch import
good first issuetests

Repository metrics

Stars
 (19,428 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide