18.0.1 • Published 4 years ago

bdux-timetravel v18.0.1

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

4 years ago

18.0.0

4 years ago

16.13.2

5 years ago

16.13.0

5 years ago

16.13.1

5 years ago

16.8.5

7 years ago

16.8.4

7 years ago

16.8.3

7 years ago

16.8.2

7 years ago

16.8.1

7 years ago

16.8.0

7 years ago

16.4.1

8 years ago

16.4.0

8 years ago

16.2.3

8 years ago

16.2.2

8 years ago

16.2.1

8 years ago

16.2.0

8 years ago

0.1.33

9 years ago

0.1.32

9 years ago

0.1.31

9 years ago

0.1.30

9 years ago

0.1.29

9 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

10 years ago

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago