Top "Redux-toolkit" questions

Redux Toolkit (RTK) is the standard approach for writing Redux logic.

Reset state to initial with redux-toolkit

I need to reset current state to initial state. But all my attempts were unsuccessful. How can I do it …

javascript redux redux-toolkit