# Redux in Russian

## Redux in Russian

- [Read Me](https://redux-ru.js.org/master.md)
- [Introduction](https://redux-ru.js.org/introduction.md)
- [Motivation](https://redux-ru.js.org/introduction/motivation.md)
- [Core Concepts](https://redux-ru.js.org/introduction/core-concepts.md)
- [Three Principles](https://redux-ru.js.org/introduction/three-principles.md)
- [Prior Art](https://redux-ru.js.org/introduction/prior-art.md)
- [Learning Resources](https://redux-ru.js.org/introduction/learning-resources.md)
- [Ecosystem](https://redux-ru.js.org/introduction/ecosystem.md)
- [Examples](https://redux-ru.js.org/introduction/examples.md)
- [Basics](https://redux-ru.js.org/basics.md)
- [Actions](https://redux-ru.js.org/basics/actions.md)
- [Reducers](https://redux-ru.js.org/basics/reducers.md)
- [Store](https://redux-ru.js.org/basics/store.md)
- [Data Flow](https://redux-ru.js.org/basics/data-flow.md)
- [Usage with React](https://redux-ru.js.org/basics/usage-with-react.md)
- [Example: Todo List](https://redux-ru.js.org/basics/example-todo-list.md)
- [Advanced](https://redux-ru.js.org/advanced.md)
- [Async Actions](https://redux-ru.js.org/advanced/async-actions.md)
- [Async Flow](https://redux-ru.js.org/advanced/async-flow.md)
- [Middleware](https://redux-ru.js.org/advanced/middleware.md)
- [Usage with React Router](https://redux-ru.js.org/advanced/usage-with-react-router.md)
- [Example: Reddit API](https://redux-ru.js.org/advanced/example-reddit-api.md)
- [Next Steps](https://redux-ru.js.org/advanced/next-steps.md)
- [Recipes](https://redux-ru.js.org/recipes.md)
- [Configuring Your Store](https://redux-ru.js.org/recipes/configuring-your-store.md)
- [Migrating to Redux](https://redux-ru.js.org/recipes/migrating-to-redux.md)
- [Using Object Spread Operator](https://redux-ru.js.org/recipes/using-object-spread-operator.md)
- [Reducing Boilerplate](https://redux-ru.js.org/recipes/reducing-boilerplate.md)
- [Server Rendering](https://redux-ru.js.org/recipes/server-rendering.md)
- [Writing Tests](https://redux-ru.js.org/recipes/writing-tests.md)
- [Computing Derived Data](https://redux-ru.js.org/recipes/computing-derived-data.md)
- [Implementing Undo History](https://redux-ru.js.org/recipes/implementing-undo-history.md)
- [Isolating Subapps](https://redux-ru.js.org/recipes/isolating-subapps.md)
- [Structuring Reducers](https://redux-ru.js.org/recipes/structuring-reducers.md)
- [Prerequisite Concepts](https://redux-ru.js.org/recipes/structuring-reducers/prerequisite-concepts.md)
- [Basic Reducer Structure](https://redux-ru.js.org/recipes/structuring-reducers/basic-reducer-structure.md)
- [Splitting Reducer Logic](https://redux-ru.js.org/recipes/structuring-reducers/splitting-reducer-logic.md)
- [Refactoring Reducers Example](https://redux-ru.js.org/recipes/structuring-reducers/refactoring-reducers-example.md)
- [Using combineReducers](https://redux-ru.js.org/recipes/structuring-reducers/using-combinereducers.md)
- [Beyond combineReducers](https://redux-ru.js.org/recipes/structuring-reducers/beyond-combinereducers.md)
- [Normalizing State Shape](https://redux-ru.js.org/recipes/structuring-reducers/normalizing-state-shape.md)
- [Updating Normalized Data](https://redux-ru.js.org/recipes/structuring-reducers/updating-normalized-data.md)
- [Reusing Reducer Logic](https://redux-ru.js.org/recipes/structuring-reducers/reusing-reducer-logic.md)
- [Immutable Update Patterns](https://redux-ru.js.org/recipes/structuring-reducers/immutable-update-patterns.md)
- [Initializing State](https://redux-ru.js.org/recipes/structuring-reducers/initializing-state.md)
- [Using Immutable.JS with Redux](https://redux-ru.js.org/recipes/using-immutable.js-with-redux.md)
- [FAQ](https://redux-ru.js.org/faq.md)
- [General](https://redux-ru.js.org/faq/general.md)
- [Reducers](https://redux-ru.js.org/faq/reducers.md)
- [Organizing State](https://redux-ru.js.org/faq/organizing-state.md)
- [Store Setup](https://redux-ru.js.org/faq/store-setup.md)
- [Actions](https://redux-ru.js.org/faq/actions.md)
- [Immutable Data](https://redux-ru.js.org/faq/immutable-data.md)
- [Code Structure](https://redux-ru.js.org/faq/code-structure.md)
- [Performance](https://redux-ru.js.org/faq/performance.md)
- [Design Decisions](https://redux-ru.js.org/faq/design-decisions.md)
- [React Redux](https://redux-ru.js.org/faq/react-redux.md)
- [Miscellaneous](https://redux-ru.js.org/faq/miscellaneous.md)
- [Troubleshooting](https://redux-ru.js.org/troubleshooting.md)
- [Glossary](https://redux-ru.js.org/glossary.md)
- [API Reference](https://redux-ru.js.org/api-reference.md)
- [createStore](https://redux-ru.js.org/api-reference/createstore.md)
- [Store](https://redux-ru.js.org/api-reference/store.md)
- [combineReducers](https://redux-ru.js.org/api-reference/combinereducers.md)
- [applyMiddleware](https://redux-ru.js.org/api-reference/applymiddleware.md)
- [bindActionCreators](https://redux-ru.js.org/api-reference/bindactioncreators.md)
- [compose](https://redux-ru.js.org/api-reference/compose.md)
- [Change Log](https://redux-ru.js.org/change-log.md)
- [Patrons](https://redux-ru.js.org/patrons.md)
- [Feedback](https://redux-ru.js.org/feedback.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://redux-ru.js.org/master.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.
