InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about Redux Toolkit? |
|
Answer» REDUX Toolkit is Redux's official, opinionated, batteries included TOOLSET for efficient Redux development. It ALSO consists of the most widely used Redux add-ons, for instance, Redux Thunk for asynchronous logic, Reselect for WRITING selector functions and many more for making development easy for developers and saving them TIME. |
|