-
Notifications
You must be signed in to change notification settings - Fork 319
Closed
Labels
pending reviewAwaiting review by team members.Awaiting review by team members.
Description
📚 Subject area/topic
Reference
📋 Page(s) affected (or suggested, for new content)
- https://docs.solidjs.com/solid-router/reference/data-apis/use-submission
- https://docs.solidjs.com/solid-router/reference/data-apis/use-submissions
📋 Description of content that is out-of-date or incorrect
In the reference pages for createSubmission
and createSubmissions
, there is a section that discusses how to create an action (see this and this).
Since this topic is covered more appropriately in the action
reference and the Actions explanation page, I recommend removing this section from both pages. It is not the purpose of the useSubmission(s)
reference to explain actions.
You can assign this to me if you’d like.
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
Metadata
Metadata
Assignees
Labels
pending reviewAwaiting review by team members.Awaiting review by team members.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
LadyBluenotes commentedon Jan 15, 2025
I think rather than removing it completely, a callout to the
action()
helper would be a bit more helpful. Would you mind doing that?useSubmission(s)
Documentation to Emphasize Actions Over Form Submissions #1024