Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.11 KB

immutable-demo

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.

Using the repo

  1. clone the repo locally: git clone https://github.com/mackenza/immutable-demo
  2. cd immutable-demo
  3. Install the dependencies: npm install
  4. 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.

Presentation

The rather brief slide deck that accompanied the session can be found at: http://slides.com/andrewmackenzie/deck

Your Mileage May Vary

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.