Progressive Enhancement
📓 Notes:
- At the time of writing, progressive enhancement is not working for pages that are behind a
loading.tsx
file. The Next.js team is working on a solution for this issue. You can follow the progress in this GitHub issue. - At the time of writing, progressive enhancement is not working when using
useActionState
with binding (read: bind) additional arguments to the server action. The issue is being tracked in the Next.js repository.
0 comments