Function Component with Arrow function

PHOTO EMBED

Tue Jan 18 2022 16:16:26 GMT+0000 (Coordinated Universal Time)

Saved by @rjimenez #react.js

const MyComponent = ()=>{
  return <h1>Hello World</h1>
}
export default MyComponent;
content_copyCOPY