v2.0.0-alpha.11
Pre-release
Pre-release
Features:
router<State>
now accepts any State object, and callsPartial<State>
internally, instead of forcing users to do it.- Aliased
router
touse
, to preserve express-like semantics.
router<State>
now accepts any State object, and calls Partial<State>
internally, instead of forcing users to do it.router
to use
, to preserve express-like semantics.