Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dbunskoek on github.
  • I am dbunskoek (https://keybase.io/dbunskoek) on keybase.
  • I have a public key ASALRA-XcxTF_D8BYCxXYBWQGQ7FUHHDYXgZ7xUe4bxeEQo

To claim this, I am signing this object:

@dbunskoek
dbunskoek / app.jsx
Last active August 26, 2015 15:24 — forked from insin/app.jsx
ObjectEditor with React.js (Live version: http://bl.ocks.org/insin/raw/8936b2390c8e06892998/)
/** @jsx React.DOM */
'use strict';
// Utils
var cx = React.addons.classSet
function noop() {}