Releases: remix/ampersand-router
Releases · remix/ampersand-router
v4.1.0
Changelog
- Adds
match
functionality to router to match an existing route to get route parameter information without creating any navigation events. Example: const [route, personId] = router.match('person/1');