Skip to content

Commit

Permalink
Update conditional-rendering.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkatsevych authored Nov 18, 2023
1 parent eba0dd6 commit 11bfc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/conditional-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function PackingList() {

</Sandpack>

Спробуйте змінити що повертає цей код цього в обох випадках та подивіться, як змінюється результат!
Спробуйте змінити що повертає цей код в обох випадках та подивіться, як змінюється результат!

Зверніть увагу на те, як ви створюєте розгалужену логіку з JavaScript `if` та `return` виразами. У React, потік контролю (так само як і умови, стани) обробляється за допомогою JavaScript.

Expand Down

0 comments on commit 11bfc46

Please sign in to comment.