Skip to content

Chapter 11: Correction needed for "Using forms with Server Actions" section #1136

@romankrru

Description

@romankrru

Section link - https://nextjs.org/learn/dashboard-app/mutating-data#using-forms-with-server-actions

Current text:

An advantage of invoking a Server Action within a Server Component is progressive enhancement - forms work even if JavaScript has not yet loaded on the client. For example, without slower internet connections.

Issue:

The example "without slower internet connections" contradicts the core concept of progressive enhancement and creates a misleading implication.

Proposed correction:

An advantage of invoking a Server Action within a Server Component is progressive enhancement - forms work even if JavaScript has not yet loaded on the client. For example, on slower internet connections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions