+1 vote
in Redux by
A store is an ___________ object tree in Redux.

a) immutable

b) mutable

c) Both A and B

d) None of the above

1 Answer

0 votes
by

Ans : A

Explanation: A store is an immutable object tree in Redux.

...