Call revalidatePath() or revalidateTag() after insert/update/delete operations to refresh cached pages.
Why This Matters
Next.js caches aggressively. Without explicit revalidation after mutations, the UI shows stale data until the cache expires.
Tags
nextjssupabasedata-fetching
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 3+ others. Get actionable feedback before code ships.