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

Add availability to mutate store inside the reducer #4

Open
MadMed677 opened this issue Aug 22, 2021 · 0 comments
Open

Add availability to mutate store inside the reducer #4

MadMed677 opened this issue Aug 22, 2021 · 0 comments
Labels
enhancement New feature or request think Don't have the answer yet

Comments

@MadMed677
Copy link
Owner

Currently, the example of the todos has shown how hard it to use Redust with the same approach as Redux. And Rust works awesome with the mutable data.
But cloning the store every time is so unuseful.

We definitely need to add an opportunity to take the state by mut reference or just by reference as now.

@MadMed677 MadMed677 added the enhancement New feature or request label Aug 22, 2021
@MadMed677 MadMed677 added this to the Future release milestone Aug 22, 2021
@MadMed677 MadMed677 added the think Don't have the answer yet label Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request think Don't have the answer yet
Projects
None yet
Development

No branches or pull requests

1 participant