An open API service indexing awesome lists of open source software.

https://github.com/zewa666/aurelia-cli-rxjs

A collection of RxJS and Aurelia examples for blog posts from pragmatic-coder.net
https://github.com/zewa666/aurelia-cli-rxjs

aurelia aurelia-cli rxjs

Last synced: 3 months ago
JSON representation

A collection of RxJS and Aurelia examples for blog posts from pragmatic-coder.net

Awesome Lists containing this project

README

        

# Aurelia CLI and RxJS

This repository contains examples used for upcoming blog posts on [pragmatic-coder.net](http://pragmatic-coder.net) about Aurelia and RxJS.

## Size sensitive bundles
Can be found at [http://pragmatic-coder.net/aurelia-cli-and-rxjs-size-sensitive-bundles/](http://pragmatic-coder.net/aurelia-cli-and-rxjs-size-sensitive-bundles/).
This first article explains how to keep an eye on small bundle sizes and only include Operators and Features from
RxJS you really need.