How to detect if user press back/forword arrow of browser in JS/Jquery
I have only 2 routes / and /about when I am on URL localhost:8080 -> it renders my home page localhost:8080/about -> it renders about page If user open home page and click on about button and go to about…