You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to give a suggestion that we can try to put the different pages inside a higher order component which contains a navbar and footer and the page is rendered in between. Ex:
<Navbar /> <Outlet /> <Footer />
This can be a even better template for beginners to start the project with.
Do let me know if you want me to add these features to this web app.
The text was updated successfully, but these errors were encountered:
A great starting template.
I just wanted to give a suggestion that we can try to put the different pages inside a higher order component which contains a navbar and footer and the page is rendered in between. Ex:
<Navbar />
<Outlet />
<Footer />
This can be a even better template for beginners to start the project with.
Do let me know if you want me to add these features to this web app.
The text was updated successfully, but these errors were encountered: