1
+ [ ![ rx-angular logo] ( https://raw.githubusercontent.com/rx-angular/rx-angular/main/docs/images/rx-angular_logo.png )] ( https://www.rx-angular.io/ )
2
+
1
3
# RxAngular ![ rx-angular CI] ( https://github.com/rx-angular/rx-angular/workflows/rx-angular%20CI/badge.svg?branch=main )
2
4
3
5
RxAngular offers a comprehensive toolset for handling fully reactive Angular applications with the main focus on runtime
@@ -13,7 +15,44 @@ Used together, you get a powerful tool for developing high-performance angular a
13
15
14
16
This repository holds a set of helpers to create ** fully reactive** as well as ** fully zone-less** applications.
15
17
16
- [ ![ rx-angular logo] ( https://raw.githubusercontent.com/rx-angular/rx-angular/main/docs/images/rx-angular_logo.png )] ( https://www.rx-angular.io/ )
18
+ ## Benefits
19
+
20
+ - 🔥 It's fast & performance focused: exceptional runtime speed & small bundle size
21
+ - ✔ Easy upgrade paths: migration scripts included since beta! ` ng update @rx-angular/{cdk | template | state} `
22
+ - ✔ Lean and simple: No boilerplate guaranteed
23
+ - ✔ Well typed and tested
24
+ - ✔ Backwards compatible: support for Angular > v11
25
+
26
+ > ** ❗ Warning**
27
+ > Expect no migration scripts for any change in ` experimental ` folders
28
+ ## Used by
29
+ <table style =" width :100% " >
30
+ <tr >
31
+ <td><img src="https://clickup.com/landing/images/logo-clickup_color.svg"></td>
32
+ <td><img src="https://media-exp1.licdn.com/dms/image/C4D0BAQEexCZaCyeDYg/company-logo_200_200/0/1626433899897?e=1652918400&v=beta&t=zjTJehE51V39-IaRRaaK_uBzLqcdTr2wsm7YpLLleUQ"></td>
33
+ <td><img src="https://avatars.githubusercontent.com/u/1733746?s=200&v=4"></td>
34
+ </tr >
35
+ <tr >
36
+ <th>Large scale application</th>
37
+ <th>Medium size project</th>
38
+ <th>Small project</th>
39
+ </tr >
40
+ <tr >
41
+ <td>
42
+ Url: clickup.com <br/>
43
+ Used in Platforms: Web
44
+ </td>
45
+ <td>
46
+ Url: get.tapeapp.com<br/>
47
+ Used in Platforms: Web, Mobile (ionic)
48
+ </td>
49
+ <td>
50
+ Url: https://angular-movies-a12d3.web.app<br/>
51
+ Used in Platforms: Web
52
+ </td>
53
+ </tr >
54
+ </table >
55
+
17
56
## Links
18
57
19
58
- [ 📚 Official docs] ( https://www.rx-angular.io/ )
@@ -25,7 +64,7 @@ Find details in the linked readme files below for installation and setup instruc
25
64
26
65
- [ 📦@rx-angular/cdk ] ( https://github.com/rx-angular/rx-angular/tree/main/libs/cdk/README.md ) - Component Development Kit
27
66
- [ 📦@rx-angular/state ] ( https://github.com/rx-angular/rx-angular/tree/main/libs/state/README.md ) - Imperative&Reactive Component State-Management
28
- - [ 📦@rx-angular/template ] ( https://github.com/rx-angular/rx-angular/tree/main/libs/template/README.md ) - High-Performance Reactive Rendering
67
+ - [ 📦@rx-angular/template ] ( https://github.com/rx-angular/rx-angular/tree/main/libs/template/README.md ) - High-Performance Non-Blocking Rendering
29
68
30
69
## Browsers support
31
70
0 commit comments