Login
Remember
Register
Ask a Question
A store is an ___________ object tree in Redux.
+1
vote
asked
Jun 24, 2021
in
Redux
by
SakshiSharma
A store is an ___________ object tree in Redux.
a) immutable
b) mutable
c) Both A and B
d) None of the above
redux-store
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 24, 2021
by
SakshiSharma
Ans : A
Explanation: A store is an immutable object tree in Redux.
...