React Base Fiddle (JSX)

Starting point for creating JSFiddles with React. This uses React with Addons.

HTML

<script src="http://fb.me/JSXTransformer-0.12.1.js"></script>
<script src="http://fb.me/react-with-addons-0.12.1.js"></script>
<script src="http://facebook.github.io/react/js/jsfiddle-integration.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js"></script>
<script src="//dynamictyped.github.io/Griddle/scripts/Griddle.js"></script>

JavaScript 1.7

var fakeData =  [
  {
      "id": 0,
      "age": 23,
      "name": "Reyna Pate",
      "company": "LOTRON",
      "state": "Connecticut",
      "country": "Egypt",
      "favoriteNumber": 0,
      "children": [
        {
          "id": 10,
          "age": 23,
          "name": "Child 1",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        },
        {
          "id": 11,
          "age": 23,
          "name": "Child 2",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        }
      ]
    },
    {
      "id": 1,
      "age": 20,
      "name": "Lidia Cabrera",
      "company": "GORGANIC",
      "state": "Illinois",
      "country": "Cocos (Keeling Islands)",
      "favoriteNumber": 1,
      "children": [
        {
          "id": 111,
          "age": 23,
          "name": "Child 1",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        },
        {
          "id": 1111,
          "age": 23,
          "name": "Child 2",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        }
      ]
    },
    {
      "id": 2,
      "age": 28,
      "name": "Alana Bonner",
      "company": "ELENTRIX",
      "state": "Florida",
      "country": "Latvia",
      "favoriteNumber": 2,
      "children": [
        {
          "id": 22,
          "age": 23,
          "name": "Child 1",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        },
        {
          "id": 222,
          "age": 23,
          "name": "Child 2",
          "company": "LOTRON",
          "state": "Connecticut",
          "country": "Egypt",
          "favoriteNumber": 0
        }
      ]
    },
    {
      "id": 3,
     ...