Yuhei Yasuda
52bed2c3fb
fix missing `extends` for custom elements
7 years ago
Brian Vaughn
8acec80c6c
Changed warning about SSR with missing nodes based on feedback from Sebastian
7 years ago
tricinel
5a975b89a1
Remove bash snippets for touch and curl
Because codepen was providing us with compiled javascript,
it'd be best to leave the curl request snippets out of the tutorial.
related to: #71
7 years ago
tricinel
87db640b51
Improve tutorial documentation; fixes #71
7 years ago
Luiz Fernando Rodrigues
471fec41a9
Add rm command as a example
7 years ago
Fatos Morina
64d4936034
Remove quotes for "Create React App"
7 years ago
Fatos Morina
c043e0062c
Use https for BabelJS hyperlink
7 years ago
Fatos Morina
8238816c9a
Update webpack link, remove spaces
Update webpack link, remove spaces, unhighlight `Create React App`
7 years ago
Fatos Morina
7cf4c91258
Remove space after webpack
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
Fatos Morina
834ebcdc62
Add colons and keep the consistency
7 years ago
Luiz Fernando Rodrigues
35dae7b3fa
Improve tutorial step three
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
Fatos Morina
813bd9d879
Add missing commas
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
Nik Graf
8c04bfc18d
Update 2017-09-08-dom-attributes-in-react-16.md
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
Nik Graf
524ffef6cf
Fix blog post content about DOM Attributes
7 years ago
Matt Zabriskie
6c9ca9beb6
Fixing typo
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
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