# Advanced

In the [basics walkthrough](https://redux-ru.js.org/basics), 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](https://redux-ru.js.org/advanced/async-actions)
* [Async Flow](https://redux-ru.js.org/advanced/async-flow)
* [Middleware](https://redux-ru.js.org/advanced/middleware)
* [Usage with React Router](https://redux-ru.js.org/advanced/usage-with-react-router)
* [Example: Reddit API](https://redux-ru.js.org/advanced/example-reddit-api)
* [Next Steps](https://redux-ru.js.org/advanced/next-steps)
