I hereby claim:
- I am oshikryu on github.
- I am oshikryu (https://keybase.io/oshikryu) on keybase.
- I have a public key ASB_h8uI0zXzQCcwGXbzNnP5ZFckFXCZrAFjryxJ_EpPUgo
To claim this, I am signing this object:
{ | |
"rules": { | |
"indent": [ | |
2, | |
2 | |
], | |
"quotes": [ | |
2, | |
"single" |
import * as types from './types'; | |
export const watchPollEndpoint = () => { | |
return { | |
types: types.WATCH_POLL_ENDPOINT, | |
} | |
} | |
export const stopPolling = () => { | |
return { |
import React from 'react'; | |
export class MyComponent extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
items: [], | |
} | |
componentDidMount() { |
import React from 'react'; | |
import { bindActionCreators } from 'redux'; | |
import { connect } from 'react-redux'; | |
import { actions as pollActions} from './actions'; | |
export class MyComponent extends React.Component { | |
componentDidMount() { | |
const { actions } = this.props; | |
actions.watchPollEndpoint(); |
I hereby claim:
To claim this, I am signing this object: