Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is news to me. Last time I looked into RxJS, I was unable to get a minimum useful core of less than 100 KB minified. Might want to look again, thanks!


import { Observable } from "rxjs/Observable";

import "rxjs/add/operator/map"; import "rxjs/add/operator/reduce"; import "rxjs/add/operator/take"; import "rxjs/add/observable/of";

// etc. - this way you only get what you need into your bundle




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: