Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 29, 2019 19:27
Show Gist options
  • Save jsmanifest/a990cc1e94ed3329c90ad7b24a5837dd to your computer and use it in GitHub Desktop.
Save jsmanifest/a990cc1e94ed3329c90ad7b24a5837dd to your computer and use it in GitHub Desktop.
import React from 'react'
class App extends React.Component {
constructor(props) {
super(props)
this.state = {
items: props.items,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment