frintjs / frint

Modular JavaScript framework for building scalable and reactive applications
https://frint.js.org/
MIT License
756 stars 37 forks source link

Upgrade to RxJS v5.5 #345

Closed fahad19 closed 6 years ago

fahad19 commented 6 years ago

We can then use lettable operators, and not be required to use the bind operator (::) any more.

Read more about lettable operators here: https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md

fahad19 commented 6 years ago

For reference: https://github.com/jayphelps/webpack-rxjs-externals/pull/5

fahad19 commented 6 years ago

Closed by #350