ExploreConsulting / netsuite-fasttrack-toolkit-ss2

NFT for SuiteScript 2.X
74 stars 20 forks source link

RxJS with LazySearch #66

Open ShawnTalbert opened 2 years ago

ShawnTalbert commented 2 years ago

Investigate if NFT LazySearch can be used with RxJS as an alternative to immutablejs.

It has a couple advantages over immutable

  1. latest version is written in TypeScript, so should have no typings problems unlike immutable
  2. It's what we use all the time in Angular LOB apps

Note that part of the updates in issue #65 meant making LazySearch return an Iterable rather than just an Iterator so that may be a good head start to it working with RxJS.