diff --git a/docs/jsx-in-depth.md b/docs/jsx-in-depth.md index d75fd72f..ded9c601 100644 --- a/docs/jsx-in-depth.md +++ b/docs/jsx-in-depth.md @@ -196,6 +196,8 @@ function NumberDescriber(props) { } ``` +You can learn more about [conditional rendering](/react/docs/conditional-rendering.html) and [loops](/react/docs/lists-and-keys.html) in the corresponding sections. + ### String Literals You can pass a string literal as a prop. These two JSX expressions are equivalent: