RevoTale / next-scroll-restorer

Scroll restoration for NextJs apps built with `app` directory. Fixed bugs that NextJs team do not fix.
MIT License
32 stars 1 forks source link

Completely redesign component #30

Closed l-you closed 9 months ago

l-you commented 9 months ago

The following things done in this PR.

  1. Added many tests with complex cases and stress situations. In my opinion, 100% of cases in real-world browser are coveraged by tests.
  2. Rewritten component from scratch to match all existing tests.
  3. Fixed broken behaviour of previous version.