mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Using the markdown's quote syntax and explaining why use include jQuery
This commit is contained in:
@@ -50,7 +50,9 @@ For this tutorial we'll use prebuilt JavaScript files on a CDN. Open up your fav
|
||||
|
||||
For the remainder of this tutorial, we'll be writing our JavaScript code in this script tag.
|
||||
|
||||
**Note:** We included jQuery but it's **NOT** mandatory for React to work.
|
||||
> Note:
|
||||
>
|
||||
> We included jQuery here because we want to simplify the code of our future ajax calls, but it's **NOT** mandatory for React to work.
|
||||
|
||||
### Your first component
|
||||
|
||||
|
||||
Reference in New Issue
Block a user