# RxJS v5 -> v6 Upgrade

Preparing to upgrade from RxJS v5 to v6? Here are some resources you might find handy:

### [RxJS-TsLint](https://github.com/ReactiveX/rxjs-tslint)

TsLint rules for migration to RxJS 6. Auto-update project for new import paths and transition to pipeable operators.

### [RxJS v5.x to v6 Update Guide](https://github.com/ReactiveX/rxjs/blob/6.6.7/docs_app/content/guide/v6/migration.md)

Comprehensive guide for updating your project from RxJS v5 to 6

### [Interactive Comparison of RxJS v5 and v6 Code](http://reactive.how/rxjs/explorer)

Demonstrates differences between v5 and v6 code, as well as RxJS examples utilizing the experimental [pipeline operator](https://github.com/tc39/proposal-pipeline-operator).

### [Pipeable Operators](http://reactive.how/rxjs/pipeable-operators)

Explanation and examples of utilizing pipeable operators.
