react-stickyroll icon indicating copy to clipboard operation
react-stickyroll copied to clipboard

v2.x.x

Open pixelass opened this issue 5 years ago • 2 comments

Planned features:

  • [x] Stickyroll hook
    • [x] factor
    • [x] throttle
    • [x] useAnchors hook
  • [ ] Stickyroll component
    • [x] integrate Stickyroll hook
    • [ ] optionally use smooth scrolling
    • [x] optionally snap to pages
  • [ ] Stickyroll decorators
    • [ ] deprecate
  • [x] Stickyroll utils
    • [x] scrollTo
  • [x] replace patternplate for storybook

Demos:

Name Type Live Demo
smooth scrolling property https://codesandbox.io/s/stickyroll-snappy-ghi4d
snap to pages property https://codesandbox.io/s/stickyroll-snappy-ghi4d
useAnchors hook https://codesandbox.io/s/stickyroll-snappy-ghi4d

pixelass avatar Mar 24 '20 14:03 pixelass

Hi, I tried using sticky-roll a while ago, very nice component, back then I used the hook variant. Looking at the draft for a second you did a huge refactor of the code base. Is the feature to some extent stable and what is your plan or timeframe releasing a second version of sticky-roll. Thx!

gurkerl83 avatar Oct 14 '20 08:10 gurkerl83

The new version is basically stable (at least feature complete and human-tested). It's only missing tests and documentation. I might release an alpha version (no test coverage, no documentation) since I won't find time until 2021 to add tests to the new version.

pixelass avatar Oct 14 '20 14:10 pixelass

We rewrote srtickyroll and v2 is close to being released.

pixelass avatar Dec 23 '22 21:12 pixelass