The Power of RxJS In NativeScript + Angular
The Power of RxJS In NativeScript + Angular What is ? Push based primitive in JavaScript @ladyleet RxJS Push based primitive in JavaScript Ref implementation for TC39 Observable proposal is ? RxJS Push based primitive in JavaScript Domain specific language that sits on top of JS Ref implementation for TC39 Observable proposal @ladyleet What is ? RxJS Push based primitive TC39 Observable proposal Only external dependency to Angular (2x) @ladyleet What is ? RxJS Push based primitive in JavaScript Domain specific language that sits on top of JS Ref implementation0 码力 | 66 页 | 6.73 MB | 1 年前3Resilient Apps with Angular 2
@giorgionatili // #mobiletea Angular 2 @giorgionatili // #mobiletea Tech Stack • TypeScript • RxJS • JSPM or WebPack • NPM or Grunt and Gulp (seriously?!?) • Karma + (Jasmine or Mocha) + Chai new version of Angular (Microsoft and Google are now buddies!) @giorgionatili // #mobiletea RxJS • A reactive streams library that allows you to work with asynchronous data streams • Combines streams and react to changes using composable operations http://reactivex.io/rxjs/ @giorgionatili // #mobiletea RxJS, hello world! let counter = 0; rx.Observable .interval(1000) .take(3)0 码力 | 62 页 | 1.89 MB | 1 年前3
共 2 条
- 1