facebookexperimental/Recoil

Add unit tests for glitch-freeness

开放

#535 创建于 2020年8月26日

 (5 条评论) (10 个反应) (0 位负责人)JavaScript (1,151 个派生)batch import
good first issuetests

仓库指标

星标
 (19,428 个星标)
PR 合并指标
 (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?

贡献者指南