Skip to content

Instantly share code, notes, and snippets.

View sinthujan1999's full-sized avatar

Sinthujan jeyaruban sinthujan1999

View GitHub Profile
@sinthujan1999
sinthujan1999 / form.js
Created June 18, 2020 01:50
use the react js create simple form
import React from 'react'
class Form extends React.Component{
constructor(){
super()
this.state={
company:''
}
}
change(e) {