+1 vote
in Redux by
Which of them provide us debugging platform for Redux apps?

a) Redux-Testing

b) Redux-Middleware

c) Redux-Devtools

d) Redux-suscriber

1 Answer

0 votes
by

Ans : C

Explanation: Redux-Devtools provide us debugging platform for Redux apps. It allows us to perform time-travel debugging and live editing.

...