+1 vote
in Redux by
What is Redux?

1 Answer

0 votes
by

Redux is a javascript library for managing application state.

It is most commonly used with libraries such as React.js or Angular, etc.

...