Skip to content

Commit

Permalink
Update tutorial.md for version-0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
Hen0k authored Nov 26, 2020
1 parent cabb4e0 commit 6452d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.62/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Unlike props [that are read-only](https://reactjs.org/docs/components-and-props.

In a React component, the props are the variables that we pass from a parent component to a child component. Similarly, the state are also variables, with the difference that they are not passed as parameters, but rather that the component initializes and manages them internally.

#### There are differences between React and React Native to handle the state?
#### Are there differences between React and React Native to handle the state?

![image](https://user-images.githubusercontent.com/20761166/61405629-48270680-a8a8-11e9-906e-aa80d51e51e3.png)

Expand Down

0 comments on commit 6452d10

Please sign in to comment.