-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Content]: Guide containing useSubmission
& useSubmissions
#1026
Comments
Can you elaborate on how you believe it "doesn't address the issue", @amirhhashemi? This guide doesn't need examples just ported over, it requires a more comprehensive dive into both of these in combination with actions. |
I thought by "guide" you meant a how-to guide. I looked at how we can handle data loss with #1024 more intently. Honestly, I don't think #1024 removes much information. All the information is mentioned in other places:
The only information being removed is the tip about using With that being said, I don't see the need for a more comprehensive guide. I think there are some gaps in the docs that, if filled, could help clarify how
|
There seems to be some confusion. This guide is strictly focused on how to approach useSubmission(s) and its various use cases, which involves the use of action. Anything mentioned beyond my initial suggestions falls outside the scope of this issue. While I understand the interest and appreciate the forward-thinking in other aspects, introducing suggestions unrelated to the direct focus of this guide and issue (ie. action specific information) is not helpful within this issue. The specific needs for this guide were identified based on discussions with the internal team (needing more clarity on useSubmission(s), hence why this issue was created. If you'd like to discuss other topics, such as what you're talking about with action, or bringing more clarity to other aspects of the docs, feel free to reach out to me directly or bring them up in the docs channel. However, the conversation about actions should not be continued here. |
Okay, I'm probably missing something. I have a few questions:
|
📚 Subject area/topic
Learning Guide
📋 Page(s) affected (or suggested, for new content)
n/a
📋 Description of content that is out-of-date or incorrect
Show the different way that
useSubmission
anduseSubmissions
combined withaction
can be used within an application. This should aim to include the information that is getting removed with #1024 to avoid losing it.It's imperative that within this guide we talk about the security implications of the submission method and possibly progressive enhancement.
🖥️ Reproduction in StackBlitz (if reporting incorrect content or code samples)
No response
The text was updated successfully, but these errors were encountered: