NotionX / NotionX/react-notion-x
Avoid page reload when clicking on links
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
Description
Is there a way to avoid a page reload when clicking on links?
I'm using the full example and apparently it's the default behavior. But when I included a few <Link> directly on my page it seems to work as expected.
I'm new to Next.js / React so I might be missing something basic here.
Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the examples/full example linked in the issue and compare its navigation with the direct usage described. Trace which link entry point handles the click and verify whether navigation performs a full page reload; done means the relevant links use client-side navigation consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, react, typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100