You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: