Skip to content

Conversation

@shatishdesai202
Copy link

@shatishdesai202 shatishdesai202 commented Sep 19, 2024

image
image
image

@harshilparmar
Copy link
Collaborator

I would suggest to include some details in PR description here.

Copy link
Collaborator

@harshilparmar harshilparmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shatishdesai202 I would recommend you to follow #3.
eg. state should not be translated directly.

@harshilparmar
Copy link
Collaborator

@shatishdesai202 hey any updates on this?

@shatishdesai202
Copy link
Author

@harshilparmar Done!

@harshilparmar
Copy link
Collaborator

@shatishdesai202 Hello so sorry for late. I will review it asap.

@harshilparmar
Copy link
Collaborator

@shatishdesai202 I think this page has been updated after you pushed your PR changes. Would you like to update the section again?
Moreover, I would suggest you to refer this Glossary while you push your new changes.

#### પેરામીટર્સ {/*parameters*/}


* `action`: A function that updates some state by calling one or more [`set` functions](/reference/react/useState#setstate). React calls `action` immediately with no parameters and marks all state updates scheduled synchronously during the `action` function call as Transitions. Any async calls awaited in the `action` will be included in the transition, but currently require wrapping any `set` functions after the `await` in an additional `startTransition` (see [Troubleshooting](/reference/react/useTransition#react-doesnt-treat-my-state-update-after-await-as-a-transition)). State updates marked as Transitions will be [non-blocking](#marking-a-state-update-as-a-non-blocking-transition) and [will not display unwanted loading indicators.](/reference/react/useTransition#preventing-unwanted-loading-indicators).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot to translate this part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants