Aila
Modifying <body> tag
I am trying to figure out how to modify the body tag to remove a certain class for certain pages to no avail.
The class needs to be removed from the body for pages that do not have a sidebar.
this only works when i load a page for the first time or refresh
2 replies
Anchor doesn't load the page
The anchor tag doesn't seem to want to load the page for me.
I have a core router in the index.jsx file
This is how my root router looks
and this is the dashboard
I have a navbar that has links to /dashboard/test1 and 2 and 3 for the fallback
the anchor tags work as it it changes the url but the content doesn't seem to update
also another question: is this a good way to use routers as i used express routers with ejs before this for years and i could just do
20 replies