Skip to content

Instantly share code, notes, and snippets.

View timscott's full-sized avatar

Tim Scott timscott

  • Lunaverse Software
View GitHub Profile
@kastermester
kastermester / example.js
Created November 25, 2015 16:43
Immutable.JS deep update examples
var state = Immutable.fromJS({
product_preview: {
product_type: '',
media_items: [
{id: 0, url: 'my_url'},
{id: 1, url: 'my_url'},
{id: 2, url: 'my_url'}
],
},
});