Summary
RedwoodSDK just had a sweet PR come in for better scroll control on navigation. I want something similar for CedarJS!
Cedar already has a scroll?: boolean prop, but I like the more explicit scrollToTop name from RWSDK better. And the scrollBehavior is nice too 🤩
redwoodjs/sdk#616
https://github.com/cedarjs/cedar/blob/main/packages/router/src/history.tsx
Motivation
Users should have better control over how navigation works and feels in their application
Detailed proposal
See the linked RWSDK PR. There's also more context in their discord here https://discord.com/channels/679514959968993311/679514959968993476/1396963062111797328
Are you interested in working on this?
Summary
RedwoodSDK just had a sweet PR come in for better scroll control on navigation. I want something similar for CedarJS!
Cedar already has a
scroll?: booleanprop, but I like the more explicitscrollToTopname from RWSDK better. And thescrollBehavioris nice too 🤩redwoodjs/sdk#616
https://github.com/cedarjs/cedar/blob/main/packages/router/src/history.tsx
Motivation
Users should have better control over how navigation works and feels in their application
Detailed proposal
See the linked RWSDK PR. There's also more context in their discord here https://discord.com/channels/679514959968993311/679514959968993476/1396963062111797328
Are you interested in working on this?