Add simple tool to inspect current Redux state
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3549294. --> Reported by: [balintbrews](https://www.drupal.org/user/613760) Related to !146 >>> <h3 id="overview">Overview</h3> <p><a href="https://github.com/reduxjs/redux-devtools">Redux DevTools</a> allows you to look at the state after every action dispatch. To look at the current state, you always need to chase down the last dispatched action, and select it. This is not a great developer experience when all you need is a quick look at what is currently in the state.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <p>Create a simple tool within the app that we make it available when running in development mode.</p> <h3 id="ui-changes">User interface changes</h3> <p><img src="https://www.drupal.org/files/issues/2025-09-29/canvas-dev-tools.gif" alt="Displaying the Redux state in a panel"></p>
issue