Kevin Powell - CommunityKP-C
Kevin Powell - Community2y ago
44 replies
vic

need help with navbar and contents in reactjs

NavBar Component
function NavBar(){
return (
<h1>Navbar </h1>
)
}


HomePage Component
function Homepage(){
return (
<h1>Home </h1>
)
}


About Component
function Aboutpage(){
return (
<h1>About</h1>
)
}


So I want the navbar to be placed in same tol place throughout the entire reactpage
rn_image_picker_lib_temp_c570c811-1fe2-46e3-8466-e0740a00e260.jpg
Was this page helpful?