1.0.4 • Published 2 years ago

simple-history v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

NPM version NPM package

simple-history

import SimpleHistory from 'simple-history'

const id = SimpleHistory.listen((action, preUrl, location) => {
  console.log(action, preUrl, location)
})

SimpleHistory.unlisten(id)

SimpleHistory.push(url, state)

SimpleHistory.replace(url, state)

SimpleHistory.go(n)

SimpleHistory.back()

SimpleHistory.forward()
1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago