ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.32k stars 73 forks source link

Document transition from Reactive-Extensions/IxJS to ReactiveX/IxJS #220

Open davidsk opened 6 years ago

davidsk commented 6 years ago

According to a comment on a pull request on the Reactive-Extensions/IxJS repository, the Reactive-Extensions/IxJs project is 'dead' and has been either replaced or superceded by this project.

Can this project replace the former IxJs implementation and if so, is there any documentation available?

davidsk commented 6 years ago

Anyone? @mattpodwysocki @trxcllnt

trxcllnt commented 6 years ago

@davidsk woops, sorry I don't know how I missed this. Yes, I think this replaces ix@1.0.0 for the 95% case. Matt did a great job on the tests, and aside from a bit of build cleanup, typings fixes, and general interop with node/whatwg streams, I haven't had any issues using in production code.

As for docs, they should translate nearly 1-1 with the other IEnumerable implementations. I usually trust the typings, IIRC we actually ship the TS source as the d.ts files. Time will tell if this is wise or not, but it's been helpful building on top, and hasn't broken anything yet so... :1st_place_medal:

Unfortunately I've been sucked into GPU-land for work all year and haven't had any time to devote to maintenance. I generally try to merge PRs quickly, and can cut releases when necessary. I'm also happy to add more maintainers to the github and npm orgs. Again sorry for leaving you hanging, hope this answers your Q.