+1 vote
in Redux by
How to Install Redux?

1 Answer

0 votes
by
Redux is available as a package on NPM.

# Using NPM

npm i redux

#OR

# Using Yarn

yarn add redux
...