Skip to content

Technical: Upgrade to NextJS 15 #119

@n0rdlicht

Description

@n0rdlicht

To make solving #91 easier we should upgrade to NextJS 15. From the upgrade notes:

React 19

useFormState has been replaced by useActionState. The useFormState hook is still available in React 19, but it is deprecated and will be removed in a future release. useActionState is recommended and includes additional properties like reading the pending state directly. Learn more.
useFormStatus now includes additional keys like data, method, and action. If you are not using React 19, only the pending key is available. Learn more.

Read more in the React 19 upgrade guide.

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