# Ecosystem

## Provided packages

* [react-router5](https://github.com/router5/router5/tree/master/packages/react-router5) integration with react
* [redux-router5](https://github.com/router5/router5/tree/master/packages/redux-router5) integration with redux

## Community packages

* [mobx-router5](https://github.com/LeonardoGentile/mobx-router5): integration with MobX
* [react-mobx-router5](https://github.com/LeonardoGentile/react-mobx-router5): integration with Mobx and React
* [marko-router5](https://jesse1983.github.io/marko-router5/#/): integration with MarkoJS
* [mr-router5](https://github.com/pzmosquito/mr-router5): lightweight integration with MobX and React

## Examples

* [With React](https://codesandbox.io/s/github/router5/router5/tree/master/examples/react)

## Not up to date

* [rxjs-router5](https://github.com/router5/router5/tree/master/packages/redux-router5) integration with rxjs
* [xstream-router5](https://github.com/router5/router5/tree/master/packages/redux-router5) integration with xstream
* [deku-router5](https://github.com/router5/router5/tree/master/packages/deku-router5) integration with deku
* [router5-link-interceptor](https://github.com/jas-chen/router5-link-interceptor) link interceptor
* [router5-boilerplate](https://github.com/sitepack/router5-boilerplate)
* [universal-react-redux-hapi](https://github.com/nanopx/universal-react-redux-hapi)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://router5.js.org/introduction/ecosystem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
