2.1.2 • Published 3 years ago
@just-web/history v2.1.2
@just-web/history
@just-web/history provides history API for a @just-web applications.
Install
# npm
npm install @just-web/history
# yarn
yarn add @just-web/history
# pnpm
pnpm install @just-web/history
#rush
rush add -p @just-web/historyUsage
import { justApp } from '@just-web/app'
import { historyGizmoFn } from '@just-web/history'
const app = await justApp({ name: 'your-awesome-app' })
.with(historyGizmoFn())
.create()
app.history...You can also provide a custom history instance:
import { justApp } from '@just-web/app'
import { historyGizmoFn } from '@just-web/history'
import { createMemoryHistory } from 'history'
const app = await justApp({ name: 'your-awesome-app' })
.with(historyGizmoFn({ history:createMemoryHistory() }))
.create()2.1.2
3 years ago
2.0.3
3 years ago
2.1.1
3 years ago
2.0.2
3 years ago
2.0.5
3 years ago
2.0.4
3 years ago
2.0.7
3 years ago
2.0.6
3 years ago
2.0.9
3 years ago
2.0.8
3 years ago
2.1.0
3 years ago
1.0.1
3 years ago
2.0.0-beta.2
3 years ago
2.0.0-beta.1
3 years ago
2.0.0-beta.0
3 years ago
2.0.0-beta.5
3 years ago
2.0.1
3 years ago
2.0.0-beta.4
3 years ago
2.0.0
3 years ago
2.0.0-beta.3
3 years ago
1.0.0
3 years ago