Sophia Shoemaker
2fce3fa04d
updating text based on feedback from pull request
7 years ago
Yuhei Yasuda
52bed2c3fb
fix missing `extends` for custom elements
7 years ago
Fatos Morina
64d4936034
Remove quotes for "Create React App"
7 years ago
Fatos Morina
8238816c9a
Update webpack link, remove spaces
Update webpack link, remove spaces, unhighlight `Create React App`
7 years ago
Charlotte Tan
7238d4244e
Updating "caveat" to "warning"
Updating "caveat" to "warning" as suggested in #155
7 years ago
Eric Simons
d255c1afc6
sync js files to codepen
7 years ago
Fatos Morina
a30f52f9a1
Highlight Create React App and hyperlink Babel and webpack
7 years ago
Fatos Morina
d70e89e2fb
Use colon
7 years ago
Fatos Morina
ddd8cca1cb
Add missing comma
7 years ago
Brian Han
39ef13f48d
edit for grammar
7 years ago
Sophia Shoemaker
37feb36a06
adding glossary content
7 years ago
Brian Han
8ccb0c4265
Rewrite spread attrs section based on feedback
7 years ago
Aaron Franks
628cd29586
Fix some minor API errors in SSR docs ( #143 )
7 years ago
Joppe Geluykens
174d7890ed
fix: add language part in link to Jest tutorial
Link to Jest tutorial led to 404 since it didn't include the `/en/` language part.
7 years ago
thomasyimgit
98386b633a
add componentDidCatch document and link
7 years ago
Fatos Morina
728b6f89d8
Hyperlink DRY
7 years ago
Sasha Aickin
67dfc2d3f7
Small tweaks to the ReactDOMServer doc.
7 years ago
James Clements
f81cf014f5
change wording to reflect array
7 years ago
James Clements
5f2cadf865
any elements
7 years ago
James Clements
558ae3176a
adds returning multiple elements example to jsx-in-depth guide
7 years ago
renatoselenica
ea6d90ef32
Changed the documentation for React.Children.only to make its implementation simpler to understand.
Fixes #87
7 years ago
Brian Han
4c5f48c9e5
fix: re-add spread attrs docs and update example
7 years ago
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
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
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