Compatibility between data and immutable.js with TypeScript
How does data relate to immutable.js? I have been using that for a while but it doesn't really like typescript (especially if you want to convert nested non-immutable structures to immutable ones).
