# Recipes

These are some use cases and code snippets to get you started with Redux in a real app. They assume you understand the topics in [basic](/basics.md) and [advanced](/advanced.md) tutorials.

* [Configuring Your Store](/recipes/configuring-your-store.md)
* [Migrating to Redux](/recipes/migrating-to-redux.md)
* [Using Object Spread Operator](/recipes/using-object-spread-operator.md)
* [Reducing Boilerplate](/recipes/reducing-boilerplate.md)
* [Server Rendering](/recipes/server-rendering.md)
* [Writing Tests](/recipes/writing-tests.md)
* [Computing Derived Data](/recipes/computing-derived-data.md)
* [Implementing Undo History](/recipes/implementing-undo-history.md)
* [Isolating Subapps](/recipes/isolating-subapps.md)
* [Structuring Reducers](/recipes/structuring-reducers.md)
* [Using Immutable.JS with Redux](/recipes/using-immutable.js-with-redux.md)


---

# 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://redux-ru.js.org/recipes.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.
