Skip to content

debuggerpk/rx-angular

 
 
<style type="text/css"> .row { width: 100%; display: flex; border: 1px solid red; } .row .col { width: 50%; } </style>

RxAngular rx-angular CI

RxAngular offers a comprehensive toolset for handling fully reactive Angular applications with the main focus on runtime performance and template rendering.

RxAngular is divided into the following independent packages:

State state
Template state

Used together, you get a powerful tool for developing high-performance angular applications with or without NgZone.

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

rx-angular logo

Homepage

https://rx-angular.github.io/rx-angular/#/

Packages

Find details in the linked readme files below for installation and setup instructions, examples and resources.

📦@rx-angular/state - Reactive Component State-Management

Description:
RxState is a light-weight, flexible tool to manage component state in efficiently. It ships with a light weight state management, RxJS operators and transformation helpers.

Setup:

  • npm install --save @rx-angular/state
  • yarn add @rx-angular/state

Features:

📦@rx-angular/template - High-Performance Reactive Rendering

Description:
RxState is a light-weight, flexible tool to manage component state in efficiently. It ships with a light weight state management, RxJS operators and transformation helpers.

Setup:

  • npm install --save @rx-angular/template
  • yarn add @rx-angular/template

Features:

About

Reactive Extensions for Angular

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 94.9%
  • HTML 2.0%
  • JavaScript 1.3%
  • SCSS 1.1%
  • CSS 0.7%