From 351fb25e676c49055458d5bf909aa7d4540222e9 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Mon, 12 Aug 2024 04:37:57 -0400 Subject: [PATCH] docs(angular): add elf content (#6499) --- .../angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md b/src/data/roadmaps/angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md index 8482e5c2e..557a3b40d 100644 --- a/src/data/roadmaps/angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md +++ b/src/data/roadmaps/angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md @@ -1 +1,10 @@ -# Elf \ No newline at end of file +# Elf + +Elf is a reactive immutable state management solution built on top of RxJS. It uses custom RxJS operators to query the state and pure functions to update it. Elf encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for experienced and inexperienced developers alike. + +Visit the following resources to learn more: + +- [@official@What is Elf?](https://ngneat.github.io/elf/) +- [@opensource@Elf](https://github.com/ngneat/elf) +- [@opensource@Elf NG Router Store](https://github.com/ngneat/elf-ng-router-store) +- [@article@Case Study: Elf](https://medium.com/@gronichomer/case-study-elf-%EF%B8%8F%EF%B8%8F-part-1-fe5e87c31c89) \ No newline at end of file