redux-saga-router
redux-saga-router copied to clipboard
Expose wildcard "splats" to route handlers.
Currently, the result of ruta3's "splat" matching (wildcards) is not passed to route handlers. This adds the splat
property of a ruta3 match as the second argument to a route handler. Addresses #24.