Skip to content

Instantly share code, notes, and snippets.

View paduc's full-sized avatar

Pierre A. Duchateau paduc

  • Product Developer at Betagouv.fr
  • Under some cherry tree, France
View GitHub Profile
@rattrayalex
rattrayalex / app.coffee
Last active September 11, 2018 23:46
Demo
Bacon = require('baconjs')
Imm = require('immutable')
React = require('react')
window.Actions =
changeFirstName: new Bacon.Bus()
changeLastName: new Bacon.Bus()
changeCountry: new Bacon.Bus()
addCountryBird: new Bacon.Bus()
addFriend: new Bacon.Bus()