DEV Community

Discussion on: SPA-like instant navigation in static sites

 
kartiknair profile image
Kartik Nair

Thanks for the reply. It seems like focussing the first element is a good idea considering that reach-router also does the same. Not that difficult to implement either:

document.querySelector('body').firstElementChild.focus()