docs(angular): add elf content (#6499)
parent
dd329e8b0e
commit
351fb25e67
1 changed files with 10 additions and 1 deletions
@ -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…
Reference in new issue