Skip to content

Instantly share code, notes, and snippets.

View rygine's full-sized avatar

Ry Racherbaumer rygine

  • New Orleans, LA
View GitHub Profile
@rygine
rygine / Login.js
Last active January 26, 2016 20:48
An initial draft at managing local state within the global state tree.
import React, { Component, PropTypes } from 'react';
import { stateful } from './createStateful';
class Login extends Component {
static propTypes = {
state: PropTypes.object,
}
onUserUpdate(evt) {