infevo.net
Type-checking ImmutableJS with TypeScript
When developing a React application using state management system like Redux, you usually use Immutable.JS to make your state not mutable. If you are using VanillaJS you will feel comfortable with …