Awesome PHP
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
/** @jsx React.DOM */ | |
var Dashboard = React.createClass({ | |
render: function() { | |
return ( | |
<div> | |
<h1>Dashboard!</h1> | |
<ul> | |
<li><Link to="inbox">Inbox</Link></li> | |
</ul> |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.