> For the complete documentation index, see [llms.txt](https://redux-resource.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-resource.js.org/recipes.md).

# Recipes

These are patterns and snippets of code that will help you when using Redux Resource in an application. They assume that you understand the topics in the [resources](/resources.md) and [requests](/requests.md) sections of the documentation.

* [Forms](/recipes/forms.md)
* [Canceling Requests](/recipes/canceling-requests.md)
* [Unauthorized Responses](/recipes/unauthorized-responses.md)
* [User Feedback](/recipes/user-feedback.md)
* [Related Resources](/recipes/related-resources.md)
* [Caching](/recipes/caching.md)
