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

Replace Subject.next() calls with signalSlice actionSources #45

Open
kisamoto opened this issue May 17, 2024 · 0 comments
Open

Replace Subject.next() calls with signalSlice actionSources #45

kisamoto opened this issue May 17, 2024 · 0 comments

Comments

@kisamoto
Copy link
Contributor

signalSlice recommends using actionSource instead of Subject.next() calls.

Although it will work with a Subject that you next as well, it is recommended that you use an actionSource for these imperative style state updates.

Let's standardise and just switch to actionSource wherever possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant