Skip to content

Instantly share code, notes, and snippets.

View mssngr's full-sized avatar

Gabriel Konkle mssngr

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mssngr on github.
  • I am gbriel (https://keybase.io/gbriel) on keybase.
  • I have a public key ASBtePHaUTQ_sfWEm-ThpxykQ8FPNdOcKkaPQhxbl3n_eQo

To claim this, I am signing this object:

// Component.jsx
componentDidMount () {
const url = `${ ROOT_URL }event/${ this.props.eventId }`
axios.get(url)
.then(response => response.data && this.props.eventFetch(response.data))
.catch(err => console.log(err))
}
const mapState = (state) => {
const { eventName, eventDescription } = state
* {
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;