v0.0.2
Changelog: v0.0.1...v0.0.2
- Routes now accept a parent.
createRoute
was added.- Route content is rendered in an
<Outlet/>
. - Replaced
URLPattern
with a custom pattern matching implementation. Route pathnames can use$param
syntax to declare params. - Added
useNavigation
that doesn't trigger component re-renders. - Added the
Link
component that triggers navigation through ana
tag.