10000 Merge branch 'main' into scheduler-coalesce-ngzone · rx-angular/rx-angular@4c735e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c735e7

Browse files
authored
Merge branch 'main' into scheduler-coalesce-ngzone
2 parents 3359903 + 25d98b4 commit 4c735e7

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

README.md

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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+
13
# RxAngular ![rx-angular CI](https://github.com/rx-angular/rx-angular/workflows/rx-angular%20CI/badge.svg?branch=main)
24

35
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
1315

1416
This repository holds a set of helpers to create **fully reactive** as well as **fully zone-less** applications.
1517

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+
1756
## Links
1857

1958
- [📚 Official docs](https://www.rx-angular.io/)
@@ -25,7 +64,7 @@ Find details in the linked readme files below for installation and setup instruc
2564

2665
- [📦@rx-angular/cdk](https://github.com/rx-angular/rx-angular/tree/main/libs/cdk/README.md) - Component Development Kit
2766
- [📦@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
2968

3069
## Browsers support
3170

0 commit comments

Comments
 (0)
0