Class component in react js import React, {Component} from "react"; class ClassComponent extends Component{ render(){ return ( <> hiii </> ) } } export default ClassComponent; You Might Also Like Hooks in react js ( useEffect hooks like chat push option ) September 14, 2023 Add extra component by using react function September 13, 2023 React Js Installation July 14, 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.