I hereby claim:
- I am hilaryous on github.
- I am hilaryous (https://keybase.io/hilaryous) on keybase.
- I have a public key ASDKwtvTGWbS5M4bK4B704zQlcqpUnd9ZG37OwvWrFKxUAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
A guide to the structure/patterns/best practices and philosophies of Muve's React/Redux Client Side App(s).
//SMART COMPONENT | |
import React, { Component, PropTypes } from 'react'; | |
import { connect } from 'react-redux'; | |
import { bindActionCreators } from 'redux'; | |
import * as actionCreators from './actions'; | |
import DumbComponent from './DumbComponent'; | |
class SmartComponent extends Component { | |
static propTypes = { | |
params: PropTypes.object, |