From 915630031a792b64d2dfcee2768ced5340a9afbd Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 28 Feb 2020 17:57:17 +0000 Subject: [PATCH] Deploy website Deploy website version based on 01bff9a6bd797318c305826938465512ac922e1e --- docs/next/props.html | 22 ++++++++-------------- docs/next/props/index.html | 22 ++++++++-------------- 2 files changed, 16 insertions(+), 28 deletions(-) diff --git a/docs/next/props.html b/docs/next/props.html index ef19e252f67..b8602a1121a 100644 --- a/docs/next/props.html +++ b/docs/next/props.html @@ -17,20 +17,18 @@

Notice the braces surrounding {pic} - these embed the variable pic into JSX. You can put any JavaScript expression inside braces in JSX.

-

Your own components can also use props. This lets you make a single component that is used in many different places in your app, with slightly different properties in each place by referring to this.props in your render function. Here's an example:

+

Your own components can also use props. This lets you make a single component that is used in many different places in your app, with slightly different properties in each place by referring to props in your render function. Here's an example:

Notice the braces surrounding {pic} - these embed the variable pic into JSX. You can put any JavaScript expression inside braces in JSX.

-

Your own components can also use props. This lets you make a single component that is used in many different places in your app, with slightly different properties in each place by referring to this.props in your render function. Here's an example:

+

Your own components can also use props. This lets you make a single component that is used in many different places in your app, with slightly different properties in each place by referring to props in your render function. Here's an example: