From e1f27d6d25809e2e4adcef5143a515b09a58cab7 Mon Sep 17 00:00:00 2001 From: Cao Phuoc Thanh Date: Sat, 16 May 2020 11:31:37 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 148c2f8..6ba7a0d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ I have known my library not good. But I learn a lot about reactive programming. 1. Promise: Function response in queue with operators 2. Variable: Variable reactive when it changed 3. UI Reactive: Button, Switch, Custome by Promise +4. Object Cache Reactive: Cache object from request and make reactive change to update UI ## Operators - throttle From 6981dac9d266cecc34db592b292c3d1e66595ac5 Mon Sep 17 00:00:00 2001 From: Cao Phuoc Thanh Date: Sat, 16 May 2020 11:32:30 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba7a0d..ffe5d79 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ I have known my library not good. But I learn a lot about reactive programming. 1. Promise: Function response in queue with operators 2. Variable: Variable reactive when it changed 3. UI Reactive: Button, Switch, Custome by Promise -4. Object Cache Reactive: Cache object from request and make reactive change to update UI +4. Object Cache Reactive (Store, Pool): Cache object from request and make reactive change to update UI ## Operators - throttle