Hello React❗️
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GitHub ⟩ create-react-app
import React from 'react'
/* ---------------------------------------
⭐️ Component
------------
• defined as JavaScript function
• component names must be capitalized
--------------------------------------- */
// Hello component
const Hello = (props) => {