Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25d98b4

Browse filesBrowse files
BioPhotonhoebbelsB
andauthored
docs: update main readme (#1227)
* docs: update main readme - used by - benefits * Update README.md Co-authored-by: Julian Jandl <julian@jandl.wien> * Update README.md * Update README.md Co-authored-by: Julian Jandl <julian@jandl.wien>
1 parent 4cc9a73 commit 25d98b4
Copy full SHA for 25d98b4

File tree

Expand file treeCollapse file tree

1 file changed

+41
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+41
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+41-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.