jj
e20baf8c1d
Add section about the crossOriginLoading setting in webpack
7 years ago
Dominic Gannaway
058ada2ff5
Update how-to-contribute.md ( #185 )
Yarn version should ideally be 1.2.0+ due to workplace fixes/updates.
7 years ago
Szymon Przybylski
f06a375dc0
add docs/ redirect #180
7 years ago
Dan Abramov
1cb49baafd
Update contributing instructions ( #182 )
7 years ago
Noel C
395636caa7
Update higher-order-components.md
7 years ago
thomasyimgit
9a97813e25
add uncovered scenarios of error boundaries, and add try/catch demo for event handlers
7 years ago
kevin moore
7aab61fffa
Add etymological background to "props". ( #177 )
7 years ago
Brian Vaughn
07b015b687
Wording nit
7 years ago
Brian Vaughn
b785e8f7a5
Changed "and" to "or"
7 years ago
Dan Abramov
ce4c050f8d
Tweak glossary ( #176 )
* Tweak glossay
* Update reference-glossary.md
* Update reference-glossary.md
7 years ago
Brian Vaughn
aae4e67d51
Wording nit
7 years ago
Sophia Shoemaker
8e9703d1e7
a few more changes
7 years ago
Dan Abramov
d154b4e67d
Explain that our example doesn't work for most users
7 years ago
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