facebookexperimental/Recoil

Add unit tests for glitch-freeness

Open

#535 建立於 2020年8月26日

在 GitHub 查看
 (5 留言) (10 反應) (0 負責人)JavaScript (19,428 star) (1,151 fork)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?

貢獻者指南