From 416a9bb35124b7f4db59b0053301c6eb34893833 Mon Sep 17 00:00:00 2001 From: Edouard Bozon Date: Wed, 24 Nov 2021 11:52:12 +0100 Subject: [PATCH] docs(state): add Marmicode Tasting Session resource --- libs/state/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/state/README.md b/libs/state/README.md index 93a123103f..6d7160dac3 100644 --- a/libs/state/README.md +++ b/libs/state/README.md @@ -92,6 +92,7 @@ yarn add @rx-angular/state ## Resources +- [🎥 RxAngular State, The Component Reactive Store | Marmicode Tasting Session](https://youtu.be/CcQYj4V2IKw) - [🎥 Tackling Component State Reactively (Live Demo at 24:47)](https://www.youtube.com/watch?v=I8uaHMs8rw0) - [🎥 Extending Angular for the Reactive Web](https://youtu.be/pkN6CeZ8h_U?t=5913) - [💾 Research on Reactive Ephemeral State](https://dev.to/rxjs/research-on-reactive-ephemeral-state-in-component-oriented-frameworks-38lk)