Simple website without refreshing + pushstate

Hey i would like to make a website without refreshing with simple menu where each link push history state. Any help how to aproach this? Maybe some libs ? I want keep it simplest as possible.

“where each link push history state”

Do you mean like, you click a button and it records to history?

1 Like

Something tells me it might related to Vue or React…

Check out InstantClick it can add pushstate capabilties to your site pretty easily. In addition @DerDer56 a forum member has created Defresh which can also help you achieve this.

1 Like

Or use Turbolinks.

But yeah, Defresh is pretty good too. (self-promotion lol)