conditional rendering page translation by sanchit36 · Pull Request #177 · reactjs/hi.react.dev
Translating the conditional rendering page.
Related to #168
Review Progress
- Conditionally including JSX
- Conditional (ternary) operator (
? :) - Logical AND operator (
&&) - Conditionally assigning JSX to a variable
- Show an icon for incomplete items with
? : - Show the item importance with
&& - Refactor a series of
? :toifand variables
I have done till Conditionally assigning JSX to a variable.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work again.
Added review in the file.
Lets close these, then you can continue with further translations
@sanchit36 I have verified the fixes. All looks good. You can continue further with translating the rest of the file
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added review for rest of the changes.
Once these are fixed. these should be go to be merged
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work.
Lets get this merged 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters