Skip to content

Instantly share code, notes, and snippets.

View joostory's full-sized avatar
🎶
Working from home

Joo joostory

🎶
Working from home
View GitHub Profile
@joostory
joostory / npm_badge.md
Last active November 28, 2017 01:16
npm badge

shields.io

  • Tistory Editor Downloads: Tistory Editor Downloads
  • CodeBlock tinymce plugin: CodeBlock tinymce plugin

nodei.co

var Comment = React.createClass({
render: function() {
return (
<li className="animation_up">
<div className="comment_profile">
<img src={this.props.thumbnail} />
</div>
<div className="comment_content">
<div>{this.props.author} {this.props.date}</div>
<div>{this.props.children}</div>