Reputation: 41
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
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