Ben Alpert
2719c2e795
Use remarkable instead of marked ( #6961 )
https://github.com/reactjs/react-tutorial/issues/139
9 years ago
Bruce Harris
61920c9dba
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
9 years ago
z.ky
2b15217fd9
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
9 years ago
Paul O’Shannessy
1bb55e6e78
Merge pull request #6576 from yuji0602/tutorial_md_sample_json_change
Changed example json value.
(cherry picked from commit ec036ed1851bdb7937e9c47c678d4882643fd336)
9 years ago
jim
d52b6f27bc
Clearify callback text in the tutorial
9 years ago
Max
6b0c74db9f
Update jQuery and marked versions in tutorial
9 years ago
dortonway
c824f8aaa2
Fix misunderstanding in tutorial
9 years ago
adraeth
493560112a
Correct highlight in tutorial7.js snippet
9 years ago
Andrew Henderson
6f994a0a09
Helps avoid a common Issue when following tutorial
https://github.com/reactjs/react-tutorial/issues/87
9 years ago
xxin
fc5bd6b06f
add marked source in tutorial doc
update wording of later section
no first, no next
more on wording
9 years ago
Ben Alpert
5985d97df3
Clarify wording in the tutorial
reactjs/react-tutorial#103
9 years ago
Matthew
a9749dc694
add highlight to a line of code to tutorial20.js (all languages included)
9 years ago
Tay Yang Shun
5ab2016f32
[docs] Use controlled components for tutorial
9 years ago
Paul O’Shannessy
233fb7cf76
[tutorial] Use ids in comments data
9 years ago
Ben Brooks
7e60ed05d7
Reset state if comment submit fails
9 years ago
Mark Sun
5bf06a061d
Corrected highlighted line in tutorial example in tutorial7.js
9 years ago
Ben Alpert
b637cb3193
Updat docs for refs/findDOMNode
9 years ago
Ben Alpert
c3dcd2e9dd
Update some more docs for package split
9 years ago
Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 years ago
Paul O’Shannessy
23bc540466
[docs] Remove JSXTransformer from tutorial
9 years ago
Paul O’Shannessy
15ef94a997
[docs] Make the server required for the tutorial
9 years ago
Bradley Spaulding
e38c477147
Extracted "safe taint" in docs/homepage to align with best practice #4212
9 years ago
Frankie Bagnardi
afd02b47e4
Clarifies "Fetching from the server"
9 years ago
Sibi
184ea2cfc4
Include Haskell language
10 years ago
Andreas Savvides
076f47aaaf
[ #4369 ] Make getting started a little less confusing
10 years ago
Kohei TAKATA
f81254363b
Change number of html{} to highlight correct line
10 years ago
Kohei TAKATA
1f4e2f5fbe
Add meta tag in the header of HTML
10 years ago
Devon Harvey
becac7b8c3
Fix typo on line 91 of tutorial.md
10 years ago
Richard Wood
bfc9bc2353
Add backticks to highlight comment.json file name
10 years ago
Richard Wood
4c8726a1ca
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.
10 years ago
Richard Wood
f0f0af9e7a
Suggest open index.html in browser regularly.
10 years ago
Shim Won
bee993cb55
Update script source (c227a39)
10 years ago
Cristovao Verstraeten
d819da35e1
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
10 years ago
Arian Faurtosh
49ca9b3091
added missing DOCTYPE
10 years ago
Ben Alpert
21560fec6d
Clarify tutorial instructions
Fixes #3904 .
10 years ago
Paul O’Shannessy
a5ffe5908d
Followup to #3852 , use https
10 years ago
Eduardo Garcia
b5f65b48b1
Add Wikipedia link to Cross-site scripting on "XSS attack" string
10 years ago
Tsung Hung
04fac68f10
updated some typos, grammers, and made sentences sound better
10 years ago
Elaine Fang
eda277665d
Add punctuation
10 years ago
Shota Kubota
18f4a5220e
Fix differences a jQuery CDN URLs, fixes #3750 .
unify to `https://code.jquery.com/jquery-2.1.3.min.js `.
10 years ago
Jon Scott Clark
3a2fa5cf08
Fix line highlighting in code blocks due to addition of extra example code
10 years ago
Adam Zapletal
536681aa5d
Fix missing line highlight in tutorial
10 years ago
Jon Scott Clark
aaf3fc4e87
Add 'cache: false' to $.ajax when fetching comments
10 years ago
Ben Alpert
fdd13d86f2
[docs] Use marked instead of Showdown and escape HTML
Fixes #3501 .
10 years ago
Russ
4bf2aa8135
Update tutorial.md
Grammar fix
10 years ago
Andreas Savvides
7ebde90c1f
Include latest version of jQuery in tutorial
Include latest version of jQuery 2.x in tutorial
10 years ago
AoDev
ce206adc87
Add a note about react classe name convention
I lost quite some time trying to figure out what was happening. No error in console and nothing showing up.
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
brafdlog
203b7fa42d
There was a redundant word in the sentence
10 years ago
Daniel Mané
9e77ef78a4
Add mention of go and php server implementations in React tutorial
10 years ago