Skip to content

Instantly share code, notes, and snippets.

View hitendramalviya's full-sized avatar

Hitendra Malviya hitendramalviya

View GitHub Profile
@hitendramalviya
hitendramalviya / index.jsx
Created March 21, 2018 06:13
Events public api in a react component
import SampleComponent from './sample-component';
export default class App extends React.Component {
constructor(props) {
super(props);
this.editClickHandler = this.editClickHandler.bind(this);
}