-
-
Couldn't load subscription status.
- Fork 4.7k
Closed
Labels
Description
Describe the problem
As a long time Svelte user, this was my frustration:
- Forgot about what the term
attach - Remembered previously used
Action - No mention of
attachin that documentation - Moved to the adjacent
svelte/attachmentsdocs - Does not explain the term and starts with
createAttachmentKey - Learns that there is a separate docs for it, linked at the end of the page
Describe the proposed solution
This PR introduces attachments, which are essentially a more flexible and modern version of actions. #15000
- Advise
attachmentsin thesvelte/actiondocs - Reorder
svelte/attachmentsdocs and introduceAttachmentin the beginning
Importance
nice to have