FF
How to update date object?
I have the following situation: I have an array of date object and I need to update the date by knowing its index.
So I tried this approach and it doesn't work.
------------------------------------------------------
So how can I do that via "mutation" approach? (I don't need immutable way) Whould I use
createMutable
or createStore
for that?8 replies