Answer the question
In order to leave comments, you need to log in
How to programmatically unload store from Redux Debugger?
There is a SPA application on React + Redux. Instead of asking clients how to reproduce the bug, I want to take the change log of the store, load it into the debugger and see what the user did on the page. In the Redux debugger, I found the Import and Export buttons, which allow you to save and later reproduce the state with the entire history of changes. How to make an export programmatically - automatically save store snapshots to the server?
Answer the question
In order to leave comments, you need to log in
Understood :) I looked at the export format. There are only 2 options:
{
payload // Массив действий (actions)
preloadedState // Исходное состояние
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question