Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🚀] Consider adding custom parameters to a store when it is launched #101

Open
Nek-12 opened this issue Sep 29, 2024 · 0 comments
Open
Assignees
Labels
triage Needs triaging

Comments

@Nek-12
Copy link
Member

Nek-12 commented Sep 29, 2024

Description

There is a use-case where a store could be restarted, but it had parameters which had to be type-safely passed to the store on launch. I solved that using a custom flow and a hacky onStop callback to null those out. We can add this feature natively to the lib itself.

Designing an API for this feature is going to be tricky however since there will be a new type argument and new function parameters for both the store builder and a launch function. Maybe this feature will have to wait until the next major release

@Nek-12 Nek-12 added feature triage Needs triaging labels Sep 29, 2024
@Nek-12 Nek-12 self-assigned this Sep 29, 2024
@Nek-12 Nek-12 removed the feature label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triaging
Projects
Status: Backlog
Development

No branches or pull requests

1 participant