We are developing a react/typescript/redux app and have the problem, that we want to work on a component, which is only visible under certain conditions. So the workflow is: Change code, compile it (fast), then reload the app in browser and then click through the app, until the condition for the visibility is met.
To speed this "click-through" up, we thought about initialising the app with some saved state instead of clicking through the app.
We know of course, that the redux-developer-tools enable to export/import a redux-state, and we had also other ideas, but we asked us, if there are better/faster/simpler methods to set the state.
Cause this feature is only needed during development: Some simple to use - eventually "dirty" - methods of loading a saved state after the bootstrap? What do you think about using redux-storage, especially https://www.npmjs.com/package/redux-storage-engine-jsurl?