Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tomanders on github.
  • I am tomanders (https://keybase.io/tomanders) on keybase.
  • I have a public key whose fingerprint is 19E9 A27C B2BF A731 6908 A059 2A7C 66EF F08F 9DAC

To claim this, I am signing this object:

@tomanders
tomanders / application.jsx
Created March 18, 2015 14:27
Gulp med react i react
var React = require("react");
var Heia = require('./heia.jsx');
var SearchApplication = React.createClass({
/* jshint ignore:start */
render: function() {
return (
<div className="container">
<Heia></Heia>
</div>