Atilla
Atilla

Reputation: 41

How do i change to another page on scroll with react router?

I have a design with a landing page with 100vh and 100vw. upon scrolling down its supposed to load in another page. How can i go about this with react hooks and react router?

Any help would be greatly appreciated. thanks!

Upvotes: 0

Views: 447

Answers (1)

Kaspar Hauser
Kaspar Hauser

Reputation: 46

Looks like someone provided some options in a similar question. Namely, react-perfect-scrollbar from npm.

Is it possible to change route on scroll?

Just sharing it here for you.

Upvotes: 1

Related Questions