React Component basic syntax import React from 'react'; let Home = () => { return ( <> <h1>Home Page</h1> </> ) } export default Home; Cook with me Share this content Opens in a new window X Opens in a new window Facebook Opens in a new window WhatsApp You Might Also Like Import css in react js November 24, 2023 Form handling by class component September 16, 2023 import images in react js September 13, 2023 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.