pixelass / react-stickyroll

A react implementation of stickyroll (original)

Home Page:https://react-stickyroll.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2.x.x

pixelass opened this issue · comments

Planned features:

  • Stickyroll hook
    • factor
    • throttle
    • useAnchors hook
  • Stickyroll component
    • integrate Stickyroll hook
    • optionally use smooth scrolling
    • optionally snap to pages
  • Stickyroll decorators
    • deprecate
  • Stickyroll utils
    • scrollTo
  • 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

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!

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.

We rewrote srtickyroll and v2 is close to being released.