This is actually inaccurate now, as of rxjs 5.5 people should try to use “pipeable” (aka “lettable”) operators which is a functional programming approach. They are more tree-shakeable, and will ultimately reduce the overall output bundle size substantially. It also becomes much easier to create your own operators, as they are just higher-order functions.