Untangled
  • ES6 and Beyond
  • Immutable.JS
  • AngularJs 1.x
    • Services
    • Directives
    • Templates
  • Unit Testing
  • Help
    • How to use the live code editor
    • About
  • ES6 and Beyond
  • Immutable.JS
  • AngularJs 1.x
    • Services
    • Directives
    • Templates
  • Unit Testing
  • Help
    • How to use the live code editor
    • About

Featured Article

Immutable.js: An Introduction with examples written for humans

Mike Evans3rd October 2016
7

Immutable.js is an awesome library for creating Immutable collections of data, hugely popular for React/Redux development, but not blessed with great documentation. Struggle no more, with this first in a series of in-depth tutorials, complete with live coding examples. [...]

Read
Immutable.js: An Introduction with examples written for humans
Read
ImmutableJS

Advanced Immutable.js Recipes: How to use Immutable.js in the real world

Mike Evans26th October 2016
5

Working with Immutable Maps or Lists is one thing, but how do you work with complex objects, such as deeply nested Maps in a List, or a List in a deeply nested Map? This tutorial shows you how to actually [...]

Read
Read
ImmutableJS

Immutable.js: How and when to use Set’s Union, Intersect and Subtract methods

Mike Evans21st October 2016
0

An Immutable Set provides powerful Set operations such as intersect, union and subtract. This tutorial shows you how to use them, and when to use them instead of merging Lists. When to use Sets and the [...]

Read
Read
ImmutableJS

Immutable.js: Creating Sets

Mike Evans17th October 2016
0

A Set is similar to a List at first glance, but has a number of different properties and functions. In this tutorial, we’ll look at how to create a Set, and why you’d use a Set over a List. [...]

Read

Featured Article

The Most In-Depth Yet Understandable ES6 Destructuring Tutorial (complete with Assembled Avengers)

Mike Evans25th May 2016
8

Destructuring is a new ES6 technique for extracting data from JavaScript objects and arrays using a much tighter, terser, and clearer syntax than that provided by ES5. The result is not just the saving of a few bytes of code; destructuring can change the way you [...]

Read
The Most In-Depth Yet Understandable ES6 Destructuring Tutorial (complete with Assembled Avengers)
Read
ImmutableJS

Immutable.js: 6 Ways to Merge Maps, with full live examples

Mike Evans13th October 2016
0

Immutable offers many different ways of merging two or more Maps together. Choosing the right way, though, is confusing, unless you have an awesome guide with copious examples – which, funnily enough, [...]

Read
Read
ImmutableJS

Immutable.js: Get, Set, Update and Delete Data from Maps

Mike Evans11th October 2016
1

Now we know how to create an Immutable Map, we’ll take a look at how we can get data from it, and how to add and delete items from it, all without mutating it. Note that the usual caveat applies: [...]

Read
Read
ImmutableJS

Immutable.js: Every way to create an Immutable Map

Mike Evans10th October 2016
0

An Immutable Map is similar to a JavaScript object but it can seriously trip you up if you don’t know how it works. This article is the first in a deep dive of Immutable Maps, to show you how to [...]

Read
Read
ImmutableJS

Immutable.js: Merging Lists finally explained

Mike Evans6th October 2016
0

In previous posts, we’ve seen how to create a new List, and how to add, insert and delete items. Now it’s time to get a bit more advanced and look at the ways you can merge two or more Lists [...]

Read
Read
ImmutableJS

Immutable.js: All the Examples you’ll ever need to Get, Set and Delete data from Lists

Mike Evans5th October 2016
0

We’ve seen how to create a new List, but how do you get at its data, or add or delete data from it once it’s been created? It’s not always obvious, so here are all the examples you always [...]

Read
Read
ImmutableJS

Immutable.js: The Foolproof Guide to Creating Lists

Mike Evans4th October 2016
2

An Immutable List is similar to a JavaScript array, but different enough to catch you out if you don’t create a List correctly. Here are all the different ways to create a List, using arrays, objects, [...]

Read
Older Posts
Page 1 of 3

Categories

  • Libraries
  • ImmutableJS
  • AngularJs 1.x
  • Uncategorized
  • JavaScript

Archives

  • October 2016
  • July 2016
  • June 2016
  • May 2016
  • November 2015

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
May 2022
M T W T F S S
« Oct    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Untangled

Copyright © Untangled. 2022 • All rights reserved.

Proudly published with WordPress.