florenzoj
1/4/2020 - 6:40 PM

ReactClass

import React from 'react';

class App extends React.Component {
  constructor(props){
    super(props);
    this.state = {
      state: null,
    };
  this.propMethod = this.propMethod.bind(this);
  render(){
    return();
  };
}; 
export default App;
/*

*/