How to Hide Navbar & Footer on Authentication Pages in ReactJs

Sandip Guchait
1 min readJan 29, 2019

So, Today I was working on one of my Projects and I felt that this is a simple script that can help many beginners out there building up their own Projects and so I decided to put this here.

Basically, I am Hiding My Navigation bar and Footer Bar on my Login/Signup pages using this simple script using withRouter(). I have attached the screenshot below.

Hiding Navbar/Footer on Authentication Pages

If you have issues do comment and I will be happy to Help.

Thank you and have a Nice Day.

--

--