We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f80e5d commit 72ce4b9Copy full SHA for 72ce4b9
core/AGENTS.md
@@ -42,7 +42,7 @@ A custom `Streamable` utility provides suspense-friendly data fetching that work
42
43
1. **Use React's `cache()` function** for server-side data fetching to ensure deduplication.
44
45
-2. **Implement proper cache strategies** based on whether user authentication is present
+2. **Implement proper cache strategies** based on whether user authentication is present.
46
47
3. **Leverage Streamable for progressive enhancement** where static content loads immediately and dynamic content streams in.
48
0 commit comments