Class based Components

PHOTO EMBED

Thu Aug 24 2023 13:47:14 GMT+0000 (Coordinated Universal Time)

Saved by @Remi

Import React, Component from 'react';


class App extends Compoenent {
   render() {
     return(
       /* <div>JSX</div> */
      )
   }
}
exports default App;


content_copyCOPY