18.0.1 • Published 2 years ago

bdux-timetravel v18.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
2 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

2 years ago

18.0.0

2 years ago

16.13.2

3 years ago

16.13.0

3 years ago

16.13.1

3 years ago

16.8.5

5 years ago

16.8.4

5 years ago

16.8.3

5 years ago

16.8.2

5 years ago

16.8.1

5 years ago

16.8.0

5 years ago

16.4.1

6 years ago

16.4.0

6 years ago

16.2.3

6 years ago

16.2.2

6 years ago

16.2.1

6 years ago

16.2.0

6 years ago

0.1.33

7 years ago

0.1.32

7 years ago

0.1.31

7 years ago

0.1.30

7 years ago

0.1.29

7 years ago

0.1.28

7 years ago

0.1.27

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago