Skip to content

Instantly share code, notes, and snippets.

export default class Practice extends Component {
static defaultProps = {
selected: '',
onSelectEmoji: () => {}
};
render() {
return (
<Card style={styles.card}>
<Card.Body>
@julianocomg
julianocomg / HorusFeed.js
Last active August 29, 2015 14:20
A simple realtime application using the CotaPreco/Horus
var Horus = require('horusjs');
var client = new Horus('udp://0.0.0.0', 7600);
var tags = [
'ipad',
'mobile',
'technology',
'apple'
];
@julianocomg
julianocomg / AffixWrapper.jsx
Last active November 28, 2022 14:59
A simple affix React component.
/**
* @author Juliano Castilho <julianocomg@gmail.com>
*/
var React = require('react');
var AffixWrapper = React.createClass({
/**
* @type {Object}
*/
propTypes: {
-- phpMyAdmin SQL Dump
-- version 4.2.8
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Oct 28, 2014 at 04:52 PM
-- Server version: 5.6.21
-- PHP Version: 5.4.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";