jaredpalmer / after.js

Next.js-like framework for server-rendered React apps built with React Router
https://npm.im/@jaredpalmer/after
MIT License
4.13k stars 201 forks source link

Hash links are re-rendering page #547

Open Yamaha32088 opened 1 year ago

Yamaha32088 commented 1 year ago

Is there a way to prevent the page or components from re-rendering when clicking a link on the page that just adds a hash in the URL so that it scrolls to the anchor tag?