Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pshrmn/route-tester

Test React Router v4 <Route>s
https://github.com/pshrmn/route-tester

react react-router

Last synced: 3 months ago
JSON representation

Test React Router v4 <Route>s

Awesome Lists containing this project

README

        

# Route Tester

Test React Router v4's `` component to verify what locations it will match. A `path` is parsed using [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp). The `strict` prop is the same as it is in `path-to-regexp`. The `exact` prop in React Router is the `end` option in `path-to-regexp`.