Michael Jackson
9fd42264fe
s/npmcdn/unpkg/g ( #7609 )
...
npmcdn.com is moving to unpkg.com. Same backend, one less letter in the
domain name. Boom.
2016-08-29 19:45:31 -07:00
Robert Kielty
ee199381de
Adds minor additions clarifying questions I had reading intro tutorial ( #7595 )
2016-08-29 15:34:48 -07:00
Robert Martin
43674d989d
Capitalize AJAX ( #7435 )
2016-08-08 16:24:30 -07:00
Paul O’Shannessy
1bb257de93
[docs] Use npmcdn ( #7394 )
2016-08-02 13:44:06 -07:00
Paul O’Shannessy
5e18eb3487
Finish Jekyll 3 Upgrade
...
- Reverts change to use sectionid on layouts (was unreliable), using config to make sure that's specified on all pages that need it
- Adds permalinks to all other pages so that og data is correct
- Corrects some permalinks that were in correct (translations)
2016-07-19 15:08:58 -07:00
Nik Nyby
a8d8210222
update babel-core to 5.8.34 in tutorial docs ( #7059 )
2016-06-16 20:50:14 -07:00
Ben Alpert
1801d56500
Use remarkable instead of marked ( #6961 )
...
https://github.com/reactjs/react-tutorial/issues/139
2016-06-03 14:41:38 -07:00
Bruce Harris
f329099831
Update tutorial with reference to autobinding docs ( #6870 )
...
* Update tutorial with reference to autobinding docs
* Update tutorial to clarify that autobinding happens specifically with createClass() API
2016-05-27 04:07:00 -07:00
z.ky
f4e608fc2e
Update tutorial - add link for starting server ( #6602 )
...
To be extra helpful to beginners, and avoid questions like this: http://stackoverflow.com/questions/35758956/react-tutorial-how-do-i-start-the-server
2016-04-25 11:20:47 -07:00
Paul O’Shannessy
5ddfee8cfe
Merge pull request #6576 from yuji0602/tutorial_md_sample_json_change
...
Changed example json value.
(cherry picked from commit ec036ed185 )
2016-04-22 13:08:48 -07:00
jim
5ffd1db570
Clearify callback text in the tutorial
2016-02-17 16:30:11 -08:00
Max
d26ec08cf1
Update jQuery and marked versions in tutorial
2016-02-16 12:07:03 -08:00
dortonway
109c9a91e2
Fix misunderstanding in tutorial
2015-12-23 03:01:02 +03:00
adraeth
682d61537d
Correct highlight in tutorial7.js snippet
2015-12-13 17:38:30 +01:00
Andrew Henderson
ef32927eb5
Helps avoid a common Issue when following tutorial
...
https://github.com/reactjs/react-tutorial/issues/87
2015-12-10 22:44:36 -08:00
xxin
25ef456b13
add marked source in tutorial doc
...
update wording of later section
no first, no next
more on wording
2015-11-30 19:08:11 -06:00
Ben Alpert
3722616349
Merge pull request #5543 from spicyj/rt103
...
Clarify wording in the tutorial
2015-11-25 09:37:28 -08:00
Ben Alpert
58901af7a6
Clarify wording in the tutorial
...
reactjs/react-tutorial#103
2015-11-24 09:30:33 -08:00
Matthew
e02bd0543f
add highlight to a line of code to tutorial20.js (all languages included)
2015-11-24 01:23:55 -05:00
Tay Yang Shun
3812b95450
[docs] Use controlled components for tutorial
2015-11-18 14:43:03 +08:00
Paul O’Shannessy
3bcb0d63f0
[tutorial] Use ids in comments data
2015-11-12 14:20:54 -08:00
Ben Brooks
240d7c82cc
Reset state if comment submit fails
2015-11-07 13:26:17 -05:00
Mark Sun
2f48cc4327
Corrected highlighted line in tutorial example in tutorial7.js
2015-10-24 15:01:14 -04:00
Ben Alpert
26bde37cf8
Updat docs for refs/findDOMNode
2015-10-06 17:53:38 -07:00
Ben Alpert
0faf4b752f
Update some more docs for package split
2015-10-06 17:36:16 -07:00
Jim
712199ef98
React -> ReactDOM for render() and findDOMNode()
2015-10-05 17:46:58 -07:00
Paul O’Shannessy
bef8942cb7
[docs] Remove JSXTransformer from tutorial
2015-09-25 17:58:07 -07:00
Paul O’Shannessy
a440f40713
[docs] Make the server required for the tutorial
2015-09-25 17:52:45 -07:00
Bradley Spaulding
52d8d3b2ff
Extracted "safe taint" in docs/homepage to align with best practice #4212
2015-09-21 22:24:51 -07:00
Frankie Bagnardi
584a7c5f1c
Clarifies "Fetching from the server"
2015-09-14 20:21:52 -07:00
Sibi
1c1cfe95ee
Include Haskell language
2015-08-04 14:06:08 +05:30
Andreas Savvides
4a05be3459
[ #4369 ] Make getting started a little less confusing
2015-07-15 11:25:58 +01:00
Paul O’Shannessy
e9b3974d7c
Merge pull request #4291 from rwoodnz/patch-2
...
indicate file name requried for static file
2015-07-13 13:34:51 -07:00
Kohei TAKATA
a9e0b4a0a3
Change number of html{} to highlight correct line
2015-07-10 09:16:26 +09:00
Kohei TAKATA
87ecb0ba1f
Add meta tag in the header of HTML
2015-07-10 08:49:43 +09:00
Devon Harvey
b3ae6891b7
Fix typo on line 91 of tutorial.md
2015-07-07 22:16:14 -07:00
Richard Wood
24c41b6849
Add backticks to highlight comment.json file name
2015-07-08 10:16:21 +12:00
Richard Wood
50ea437bf8
indicate file name requried for static file
...
the text doesn't say explicitly to call your file comments.json, nor to put it in the public directory.
2015-07-05 23:38:23 +12:00
Richard Wood
a9d0135f84
Suggest open index.html in browser regularly.
2015-07-05 23:05:53 +12:00
Shim Won
c1b0550acf
Update script source ( c227a39)
2015-06-26 19:39:25 +09:00
Cristovao Verstraeten
c227a398ba
update script sources to be even with the example file in reactjs/react-tutorial repo ... apply to japanese and korean translation (+2 squashed commit)
...
Squashed commit:
[4564e55] Ensures we don't need to update this page for every release.
[b0d60f9] update script sources to be even with the example file in reactjs/react-tutorial repo
2015-06-15 13:30:15 +02:00
Arian Faurtosh
f8f92f4169
added missing DOCTYPE
2015-05-31 19:41:01 -07:00
Ben Alpert
c157ce3599
Clarify tutorial instructions
...
Fixes #3904 .
2015-05-19 19:27:01 -07:00
Paul O’Shannessy
cfa354415b
Followup to #3852 , use https
2015-05-15 17:51:57 -07:00
Eduardo Garcia
ee7d7487ea
Add Wikipedia link to Cross-site scripting on "XSS attack" string
2015-05-10 15:22:12 -05:00
Tsung Hung
f34c2eab40
updated some typos, grammers, and made sentences sound better
2015-05-04 16:26:14 -07:00
Elaine Fang
50e974b5b6
Add punctuation
2015-04-29 11:07:48 -04:00
Shota Kubota
d376e12a9c
Fix differences a jQuery CDN URLs, fixes #3750 .
...
unify to `https://code.jquery.com/jquery-2.1.3.min.js `.
2015-04-28 22:27:46 +09:00
Ben Alpert
a171474348
Merge pull request #3429 from AoDev/patch-1
...
Add a note about react classe name convention
2015-04-22 16:11:56 -07:00
Paul O’Shannessy
5b42e895c1
Merge pull request #3691 from jonscottclark/patch-1
...
Add 'cache: false' to $.ajax when fetching comments (docs/tutorial)
2015-04-22 09:57:58 -07:00