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
- Host: GitHub
- URL: https://github.com/zewa666/aurelia-cli-rxjs
- Owner: zewa666
- Created: 2017-08-16T16:14:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T18:49:43.000Z (over 7 years ago)
- Last Synced: 2025-01-15T19:23:07.473Z (5 months ago)
- Topics: aurelia, aurelia-cli, rxjs
- Language: TypeScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.