docs(angular): add elf content (#6499)

pull/6509/head
J. Degand 3 months ago committed by GitHub
parent dd329e8b0e
commit 351fb25e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/angular/content/elf@rgPUcSKxG9DvXicLfC2Ay.md

@ -1 +1,10 @@
# Elf
# 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)
Loading…
Cancel
Save