Files
nostrudel/.cursor/rules/use-async-hook.mdc
2025-06-24 17:02:49 -05:00

7 lines
219 B
Plaintext

---
description:
globs:
alwaysApply: true
---
When writing async actions or callbacks in a component use the `useAsyncAction` hook instead of using `try/catch`. the hook is cleaner and handles errors by showing a toast