mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Capitalize AJAX (#7435)
This commit is contained in:
committed by
Paul O’Shannessy
parent
c546230adb
commit
3d38c5cd3b
@@ -62,7 +62,7 @@ For the remainder of this tutorial, we'll be writing our JavaScript code in this
|
||||
|
||||
> 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.
|
||||
> 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