# reducers

Unlike traditional Redux apps, which have multiple reducers per resource, `redux-rest-easy` works with generic reducers.

The state is split into three keys: `requests`, `resources`, and `resolversHashes`. `requests` holds the metadata related to requests, `resources` holds the data, and `resolversHashes` holds the hashes used for re-reselect resolvers.

For extensive documentation on the effect of `redux-rest-easy` reducers on your state, see the [reducers documentation](/redux-rest-easy/docs/api/reducer-1/reducers.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://brigad.gitbook.io/redux-rest-easy/docs/principles/reducers.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.
