I would like to use efficiently implemented immutable collections like Map, Set, etc. to store my application / component state.
What are the recommendations/best practices here? OCaml standard library? Belt? Immutable-re? (Well, I guess the latter is still “early alpha”…)
What are the pros and cons of each and what will be the future directions? Thanks!