React Component basic syntax import React from 'react'; let Home = () => { return ( <> <h1>Home Page</h1> </> ) } export default Home; You Might Also Like Data Fetching By API in react js September 17, 2023 Hooks in react js ( useState hooks ) September 14, 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.