![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
redux-devtools-slider-monitor
Advanced tools
A custom monitor for replaying Redux actions that works similarly to a video player
A custom monitor for use with Redux DevTools.
It uses a slider based on react-slider to slide between different recorded actions. It also features play/pause/step-through, which is inspired by some very cool Elm examples.
yarn add redux-devtools-slider-monitor
Use with DockMonitor
<DockMonitor
toggleVisibilityKey="ctrl-h"
changePositionKey="ctrl-q"
defaultPosition="bottom"
defaultSize={0.15}
>
<SliderMonitor keyboardEnabled />
</DockMonitor>
Dispatch some Redux actions. Use the slider to navigate between the state changes.
Click the play/pause buttons to watch the state changes over time, or step backward or forward in state time with the left/right arrow buttons. Change replay speeds with the 1x
button, and "Live" will replay actions with the same time intervals in which they originally were dispatched.
Pass the keyboardEnabled
prop to use these shortcuts
ctrl+j
: play/pause
ctrl+[
: step backward
ctrl+]
: step forward
You can do this:
git clone https://github.com/calesce/redux-slider-monitor.git
cd redux-slider-monitor
npm install
cd examples/todomvc
npm install
npm start
open http://localhost:3000
MIT
FAQs
A custom monitor for replaying Redux actions that works similarly to a video player
The npm package redux-devtools-slider-monitor receives a total of 7 weekly downloads. As such, redux-devtools-slider-monitor popularity was classified as not popular.
We found that redux-devtools-slider-monitor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.