ishank
a3445b3ce6
changed wording
7 years ago
Brian Vaughn
a66e63b575
Merge pull request #107 from TAGraves/tg-clarify-find-docs
Clarifies the behavior of test renderer's find methods
7 years ago
Brian Vaughn
18000f1b37
Wording nit: s/the only/a single/
7 years ago
Brian Vaughn
3b74f67bfd
Merge pull request #105 from hozefaj/topic/fix-pure-comp-links
fix links to pure component within docs
7 years ago
Brian Vaughn
335085564e
Merge pull request #101 from MaxHumme/patch-1
Clarify idea for improvement 1.
7 years ago
Brian Vaughn
0eb0110df9
Merge pull request #104 from jxom/create-script-for-checks-in-ci
Added fbjs eslint config, fixed lint errors and warnings
7 years ago
Dan Abramov
db1262d06f
Tweak the event doc
7 years ago
Rodrigo Rosenfeld Rosas
ad8cb6ea70
Improve writing style in Reconciliation Tradeoffs ( #119 )
I've improved my previous changes to what re-render means by following Dan Abramov's
suggestion on the writing style to remove the parenthesis from that paragraph.
See issue #108 for more context.
7 years ago
Brian Vaughn
e9a67af470
Merge pull request #81 from sw-yx/documentArgsIssue75
added documentation for passing arguments to event handlers
7 years ago
Brian Vaughn
7f8d084a2c
Wordsmithing
7 years ago
Brian Vaughn
3dfc414701
Nit
7 years ago
Brian Vaughn
57779b2fb3
Merge pull request #108 from rosenfeld/patch-1
Improves the documentation on Reconciliation
7 years ago
Brian Vaughn
348a727e8c
Added parens
7 years ago
Sergey Lysenko
bcd06d058e
Fix some brand names in the docs
7 years ago
Max Humme
2ef21dfd4c
Clarify idea for improvement 1.
When I was working through this, I found it not completely clear what was meant by 'instead of "6"'. I assumed the document refers to the move numbers in the move list, so that's what this change clarifies.
7 years ago
Damanpreet
2f21bc016c
Fixes #25 - added warning to documentation
7 years ago
Fredrick Mgbeoma
a201113535
Added ellipsis to indicate incomplete code snippet ( #115 )
* Added ellipsis to indicate incomplete code snippet
Ellipsis indicate that the code snippet shown is part of a larger code sample.
* Add missing indentation
7 years ago
Dan Abramov
16b5b8f510
Tweak instructions
7 years ago
ishank
bad3d8853c
Recommmended PureComponent instead of shallowCompare
7 years ago
jxom
4b155a22ed
PR changes
7 years ago
sw-yx
037fdf82d0
modified handling-events page
7 years ago
Rodrigo Rosenfeld Rosas
b373eeccbd
Improves the documentation on Reconciliation
7 years ago
Tommy Graves
192fca8a43
Clarifies the behavior of test renderer's find methods
7 years ago
Anna Do
592c3838b8
Noted that a similar pattern can be implemented directly
7 years ago
hozefaj
43c1c00703
fix links to pure component within docs
7 years ago
Anna Do
2255e1efed
Added a note that mockComponent is legacy and unnecessary
7 years ago
jxom
de3bd87f4b
Added fbjs eslint config, fixed lint errors and warnings
7 years ago
Brian Vaughn
8f50d04f92
Merge pull request #93 from jxom/create-script-for-checks-in-ci
Create script for checks (prettier, lint, flow) in CI
7 years ago
Brian Vaughn
580706b460
Merge pull request #55 from xjlim/style-props-value-px
add shorthand for specifying pixel values in style props to docs
7 years ago
Brian Vaughn
f3aea25776
Wording nits
7 years ago
jxom
5a96b1da03
Rename check-all:verbose to ci-check, add some useful eslint config
7 years ago
renanpvaz
b843de780d
Merge branch 'master' of https://github.com/reactjs/reactjs.org into defer-babel-loading
7 years ago
Brian Vaughn
43e971f5e9
Merge pull request #102 from MaxHumme/patch-2
Fix typo in idea for improvement 2.
7 years ago
Max Humme
8001445c8a
Fix typo in idea for improvement 2.
Pretty sure "currently-selected" must be "currently selected".
7 years ago
renanpvaz
7efe10fe90
update constant name
7 years ago
renanpvaz
80b1b83754
linting fixes
7 years ago
renanpvaz
1d48f7574e
load babel only when needed
7 years ago
Brian Vaughn
89cf6d20d6
Merge pull request #92 from damaera/fix-scroll
Fix scroll in CodeEditor
7 years ago
Brian Vaughn
58d57b9c33
Merge pull request #94 from zpao/spellfix
Correct spelling of ESLint
7 years ago
Brian Vaughn
d8d8f5da65
Merge pull request #90 from imagentleman/algolia-search-results-dropdown-border-artifact
Fix visible background over border radius in search dropdown
7 years ago
Paul O’Shannessy
6873c25c63
Correct spelling of ESLint
7 years ago
jxom
d26cf5f86c
Add prettier:diff script
7 years ago
jxom
bbabe69bf2
Add script for check-all in CI
7 years ago
Damaera
b450b0d2c7
Fix scroll in CodeEditor, adding scroll in right panel. and adding padding bottom in code. #91
7 years ago
sw-yx
6dad6d2b7a
added documentation for passing arguments to event handlers
7 years ago
Brian Vaughn
695e7905df
Merge pull request #89 from dance2die/issue70
Add minimum required Node version to create-react-app docs #70
7 years ago
Brian Vaughn
5453a06528
Merge pull request #88 from jedwards1211/patch-1
Caution (in docs) against dispatching redux actions or triggering component updates by any other means in `componentWillUpdate`
7 years ago
imagentleman
06a8b8e0bb
Fix visible background over border radius in search dropdown
7 years ago
Sung
ca0679478d
Add minimum required Node version to create-react-app docs #70
7 years ago
Joe Lim
b333f92d76
fix minor formatting issue
7 years ago