bdux-timetravel v18.0.1
Bdux TimeTravel
A Bdux middleware to record and travel back in history.
Installation
To install as an npm package:
npm install --save-dev bdux-timetravelUsage
import * as Timetravel from 'bdux-timetravel'
import { applyMiddleware } from 'bdux'
applyMiddleware(
Timetravel
)Then place <TimeTravel /> in root component to render a sidebar for time control.
import React from 'react'
import { TimeTravel } from 'bdux-timetravel'
const App = () => (
<>
<TimeTravel />
</>
)
export default AppFeatures
History will be recorded in session storage and resumed automatically on page reload. The recorded history of actions and state changes are displayed in a list. Select an action from the list to travel back in time. Above the list, there are restart and declutch button.
- Restart button to clear history and reload the page.
- Declutch button to stop actions from flowing into stores.
- Clutch button to start engaging stores again.
License
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago