Skip to content

Instantly share code, notes, and snippets.

View trobertsonsf's full-sized avatar

Tim Robertson trobertsonsf

View GitHub Profile
This file has been truncated, but you can view the full file.
(A4)(A3)2
(A4)(A2)3
(A3)(A2)4
(A5)(A2)3
(A5)(A3)2
(A3)(A2)5
(A3)(A2)K
(A3)(A2)T
(AK)(A3)2
(A4)(A2)5
@trobertsonsf
trobertsonsf / Getting_Started_With_Immutable.js
Last active November 8, 2016 04:02
Immutable.js can have a bit of a steep learning curve, this is trying to show you how to do basic things and why you should care.
(() => {
/****************************
Before you start, you should watch this: https://www.youtube.com/watch?v=I7IdS-PbEgI
*****************************/
/****************************
NOTE: You need Immutable to be defined globally for this to work
I go to: https://facebook.github.io/immutable-js/
Open dev tools and paste it into the console
*****************************/
/****************************