Closed perrin4869 closed 3 years ago
@ryanflorence any chance you might take a look at this in the near future? People already using middleware with react-router
's applyRouterMiddleware
like myself cannot use react-router-relative-links
, since the useRelativeLinks
middleware shipped here cannot be mixed with other middlewares...
@ryanflorence This has become kind of deprecated in react-router@4.0
, and yet since react-router@3.0
will still be supported indefinitely, I think it's still worth it to look at this PR :)
Since react-router 2.3.0,
applyRouterMiddleware
has been available built in. Move to using it, and fix linting on the way