# 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](https://redux-resource.js.org/resources) and [requests](https://redux-resource.js.org/requests) sections of the documentation.

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