kea-router
v3.4.1
Published
Router plugin for Kea
Readme
kea-router
Router plugin for kea. Version 3 works with kea 3.0.0 and up.
Installation
Install the package:
yarn add kea-routerAdd the plugin to the list when resetting the context:
import { routerPlugin } from 'kea-router'
resetContext({
plugins: [routerPlugin]
})You may add extra options with routerPlugin(options), see the source for more :)
