react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-static
/app
/unstable-cache
/revalidate-button.tsx
| 'use client' | |
| export function RevalidateButton({ onClick }) { | |
| return ( | |
| <form action={onClick}> | |
| <button type="submit">revalidate</button> | |
| </form> | |
| ) | |
| } | |