Skip to content

Instantly share code, notes, and snippets.

View adhithiravi's full-sized avatar
🎯
Focusing

Adhithi Ravichandran adhithiravi

🎯
Focusing
View GitHub Profile
class Form extends React.Component {
constructor (props) {
super(props)
this.state = {
input: ''
}
}
handleChangeInput = (text) => {
class Form extends React.Component {
constructor (props) {
super(props)
this.state = {
input: ''
}
}
handleChangeInput = (text) => {