Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jkyletreman/6ab5a516cb459629411300ae652548b6 to your computer and use it in GitHub Desktop.
Save jkyletreman/6ab5a516cb459629411300ae652548b6 to your computer and use it in GitHub Desktop.

Intro to Immutable JS

  • Immutable is maintained by Facebook, so you can expect it to always be in sync with React.
  • The API is written in typeScript? at the very least it has special syntax
  • value could be inflated because of FB and React.

Immutable JS

Immutable basics

Immutable Classes

Sources

One More Way to add inheritance -This library hasnt been updated in a while, but it aims to solve a very small problem.

Video that started it all

Immutable Docs

Fullstack talk on Immutable

More Immutable Libraries

FAQ

Q: Weren't you going to compare Mori JS?

A: Yes, but ...it hasn't been updated in 3 years.

Q: So its dead?

A: Well people still use it to prototype and because it was efficiently writtien in ClojureScript, but it is not updated to utilize the latest React components, so probably best to stick with Immutable JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment