Published my first Rescript binding to immutable js

Night 2 of Rescript published my first Rescript binding to immutable js

Q: Why do this if you already have Base.Set.t in the core libs?
A: immutable js has toJS() and fromJS() which allows you to deep convert into/out of immutable classes to standard JavaScript, something I haven’t seen anywhere else.

3 Likes

Welcome!

Never felt the need for immutable-js in ReScript but it’s so cool that you already published a package after 2 nights of using ReScript.

2 Likes