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
Alan deLevie
a69a581441
Make tutorial CDN URLs use https
10 years ago
Preston Parry
809c13e552
Update tutorial.md
10 years ago
juan serrano
74f7616a0a
Corrected documentation
10 years ago
Héliton Nordt
711becb883
Fix highlighting
10 years ago
Héliton Nordt
0f27514cef
Removing unnecessary returns
10 years ago
Rafael
c3c9103538
remove extraneous comma in tutorial
10 years ago
Preston Parry
302fd73793
Update tutorial.md
10 years ago
Sophia Westwood
ec3a62420b
Correctly highlight changed line in tutorial.
This excerpt adds the onSubmit handler to the form element, but the line was not highlighted as having been modified.
10 years ago
Paul O’Shannessy
467d020734
[docs] Talk about running a server in tutorial
We've talked about this a few times and even half done it. This is for
real.
10 years ago
Alexander Tseung
52dc9aec01
Update tutorial.md for grammatical changes
Update tutorial.md to improve grammatical parallelism in features list. Also added periods to follow first item's syntax.
BEFORE: "Live updates: as other users comment we'll pop them into the comment view in real time"
AFTER: "Live updates: other users' comments are popped into the comment view in real time."
BEFORE: "Markdown formatting: users can use Markdown to format their text"
AFTER: "Markdown formatting: users can use Markdown to format their text."
10 years ago
Sam Saccone
df28c4779c
Update tutorial language to be more explicit.
The word "Friends" does establish a relationship however it does not fit in the vernacular of react.
This change makes the phrase more explicit and more familiar.
10 years ago
John Heroy
35e1db2bac
Add comma for readability in tutorial
10 years ago