18.0.1 • Published 3 years ago

bdux-timetravel v18.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Bdux TimeTravel

A Bdux middleware to record and travel back in history.

Build Status Coverage Status Codacy Badge

Installation

To install as an npm package:

npm install --save-dev bdux-timetravel

Usage

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 App

Features

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

The ISC License

18.0.1

3 years ago

18.0.0

3 years ago

16.13.2

4 years ago

16.13.0

4 years ago

16.13.1

4 years ago

16.8.5

6 years ago

16.8.4

6 years ago

16.8.3

6 years ago

16.8.2

6 years ago

16.8.1

6 years ago

16.8.0

6 years ago

16.4.1

7 years ago

16.4.0

7 years ago

16.2.3

7 years ago

16.2.2

7 years ago

16.2.1

7 years ago

16.2.0

7 years ago

0.1.33

8 years ago

0.1.32

8 years ago

0.1.31

8 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

9 years ago

0.1.27

9 years ago

0.1.26

9 years ago

0.1.25

9 years ago

0.1.24

9 years ago

0.1.23

9 years ago

0.1.22

9 years ago

0.1.21

9 years ago

0.1.20

9 years ago

0.1.19

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago