Created
June 29, 2019 19:27
-
-
Save jsmanifest/a990cc1e94ed3329c90ad7b24a5837dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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