npm.io
1.0.1 • Published 9 years ago

next-scroll-restore

Licence
MIT
Version
1.0.1
Deps
1
Vulns
0
Weekly
0

next-scroll-restore

This restores last scroll ammount on history.pushState and history.back

Just wrapped with scroll-behavior. Inspired by react-router-scroll.

Example

import Router from 'next/router'
import applyScrollRestore from 'next-scroll-restore'

// Wrap original onRouteChangeComplete
applyScrollRestore({addTransitionHook: Router.onRouteChangeComplete})

TODO

  • Skip
  • Dog fooding
  • Packaging
  • Publish