Dan Abramov
0daa24f569
Backticks
7 years ago
Anna Do
b6e2f24421
Added recommendation to use shallow rendering or jest.mock()
7 years ago
ishank
702fddd0f8
after merging correctly
7 years ago
Brian Han
02686259b5
docs/update-jsx-in-depth/spread-attrs
re-add Transferring with ... in JSX docs previously published with React v15-ish
7 years ago
ishank
a3445b3ce6
changed wording
7 years ago
Brian Vaughn
18000f1b37
Wording nit: s/the only/a single/
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
7f8d084a2c
Wordsmithing
7 years ago
Brian Vaughn
3dfc414701
Nit
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
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
Brian Vaughn
f3aea25776
Wording nits
7 years ago
Max Humme
8001445c8a
Fix typo in idea for improvement 2.
Pretty sure "currently-selected" must be "currently selected".
7 years ago
sw-yx
6dad6d2b7a
added documentation for passing arguments to event handlers
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
Joe Lim
b0db2aad22
include notes on unitless props
7 years ago
Brian Vaughn
d5ebad1d2a
Wordsmithing nit
7 years ago
Andy Edwards
e97ad4f5d4
Caution (in docs) against dispatching redux actions or triggering component updates by any other means in `componentWillUpdate`
7 years ago
Daniel Bird
37c9963889
Load CodePen script once
7 years ago
jxom
7786a77547
Add new paragraph, change wording
7 years ago
Joe Lim
3292248ff0
add shorthand for specifying pixel values in style props to docs
7 years ago
Brian Vaughn
5a084dd028
Wording nits
7 years ago
jxom
be082c9df7
Modify v16 blog post to elaborate on upgrading via codemods
7 years ago
Fanny Vieira
66572d8a98
modifying to docs / forms page, adding route in redirect file, correcting grammatical errors
7 years ago
Krzysztof Borowy
03dae5bd0a
Reuse images in blog/docs. Remove intends
7 years ago
Carlos Cuesta
1442bf4944
Document deepEquality checks & JSON.stringify in scu are a bad idea
7 years ago
jxom
94270569a5
Tweak sidebar to update navigation highlight on scroll
7 years ago
Yangshun Tay
5a360ac0d2
Fix permalink for tutorial
7 years ago
hardfist
ca77459159
Update implementation-notes.md
fix indentation problem
7 years ago
hardfist
8ae3ee382f
Update implementation-notes.md
prevChild could be CompositeComponent which cause prevChild.node to be undefined.
7 years ago
Fernando Poumián
c488041320
Replace babel-preset-es2015 reference and link with babel-preset-env
7 years ago
Fanny Vieira
b20566ba96
fix #16 missing documentation: null/undefined as input value
7 years ago
Dan Abramov
d099f65314
Update installation.md
7 years ago
Leticia Wanderley
52cbef4daf
Bug #23 - Fixing broken download link
7 years ago
Krzysztof Borowy
eb42882374
Images for error boundaries
7 years ago
Krzysztof Borowy
1394c0e439
Added error boundaries docs
7 years ago
Yangshun Tay
7c6f185134
Ensure all class constructors call super with props
7 years ago