> For the complete documentation index, see [llms.txt](https://redux-ru.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redux-ru.js.org/advanced.md).

# Advanced

In the [basics walkthrough](/basics.md), we explored how to structure a simple Redux application. In this walkthrough, we will explore how AJAX and routing fit into the picture.

* [Async Actions](/advanced/async-actions.md)
* [Async Flow](/advanced/async-flow.md)
* [Middleware](/advanced/middleware.md)
* [Usage with React Router](/advanced/usage-with-react-router.md)
* [Example: Reddit API](/advanced/example-reddit-api.md)
* [Next Steps](/advanced/next-steps.md)
