0 votes
in Redux by
What is  Redux Toolkit?

1 Answer

0 votes
by

Redux Toolkit is Redux's official, opinionated, and battery-powered development toolkit. It also includes the most popular Redux add-ons, such as Redux Thunk for asynchronous logic, Reselect for building selector functions, and many others, making development easier and saving developers time.

...