This repo is a set of examples and demos for use in my talk about Immutable Javascript Collections at the June 10, 2015 Meetup of the Ottawa Javascript group.
- clone the repo locally:
git clone https://github.com/mackenza/immutable-demo
cd immutable-demo
- Install the dependencies:
npm install
- optional - install the Nesh REPL I used in the session to allow you to play around with the code interactively.
npm install -g nesh
The code was intended to be run in a console via NodeJS. I suppose it can easily be adapted to run in a browser, but I have not done anything to make that work. It's up to you.
The rather brief slide deck that accompanied the session can be found at: http://slides.com/andrewmackenzie/deck
I do not claim that these materials are the best way to explain Immutable JS collections or are free from error. My goal was simply to shed some light on this interesting topic for the benefit of my local Javascript Meetup group.