americanexpress / react-albus

✨ React component library for building declarative multi-step flows.
Apache License 2.0
1.1k stars 89 forks source link

Add search params (query params) support #43

Closed skoshy closed 1 year ago

skoshy commented 5 years ago

This option keeps URL search params in the history and prevents them from being overwritten when react-albus handles navigation. This handles issue #36.

This feature is very useful when you have a unique link identifier for a user and you want to preserve it in the URL so they can share it with others or return back to it with that data still present in the url.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

ldthorne commented 5 years ago

This would be great to have! We built something around this @HiCommon

github-actions[bot] commented 4 years ago

This pull request is stale because it has been open 30 days with no activity. Remove no-pr-activity label or comment or this will be closed in 5 days.

github-actions[bot] commented 4 years ago

This pull request is stale because it has been open 30 days with no activity.

ryhinchey commented 3 years ago

@skoshy I know it's been forever. Apologies for no one getting to this faster. Are you still interested in working on this?

github-actions[bot] commented 1 year ago

This pull request is stale because it has been open 30 days with no activity.

teofanis commented 1 year ago

@ryhinchey I could continue if this is still needed and @skoshy is ok with it?

skoshy commented 1 year ago

Hi! I've lost context on this and am not working with the library recently, so someone else can feel free to take it over and close this PR.

Matthew-Mallimo commented 1 year ago

Closing until someone can pick this back up