methuselah96/react-router-hash-link — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2019-07-20
Replace React Router's Link with HashLink so anchor links like #contact actually scroll to that section.
Add smooth scrolling to in-page navigation instead of an instant jump.
Write custom scroll logic to account for a fixed header when scrolling to a section.
Use HashLink with a custom Link implementation such as Gatsby's.
| methuselah96/react-router-hash-link | 3rd-eden/ircb.io | a15n/a15n | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2019-07-20 | 2016-11-16 | 2019-04-07 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires React Router's BrowserRouter to work.
A drop-in replacement for React Router's Link that actually scrolls the page to the matching #hash section, including content that loads asynchronously.
Mainly JavaScript. The stack also includes JavaScript, React Router.
Dormant — no commits in 2+ years (last push 2019-07-20).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.