Replies: 1 comment 3 replies
-
I am not sure why it got closed like that, perhaps, you misclicked a checkbox? Anyway, to answer the question. The Next.js docs are but one source, and while, they were one of the first places that Server Actions were introduced, since these are React features, it is expected that most detailed documentation on their usage is to be found over the React docs, while the Next.js still keep some kind of general overview. There used to a React Fundamentals section, now gone, in the docs, because Next.js is a means to use React, but the React core belongs to the React team. To answer the question, transitions, are built-in to the concurrent rendering behavior, which means that, when you wrap some kind of state transition, or React work, React can make sure to show Suspense boundaries, give you access to whether or not the transition has been committed, and even use optimistic state updates.
|
Beta Was this translation helpful? Give feedback.
-
Summary
I opened a documentation related issue: #75494 by following the template
but the bot closed it automatically with a wrong reason.
Reason: "To be able to investigate, we need access to a reproduction to identify what triggered the issue.".
But documentation issues need not have reproduction links.
I don't know where is the right place to report this problem so I am posting here.
Can someone help?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions