kinyaying
bd04b6f8ab
Update typechecking-with-proptypes.md
1、Declare the defaultProps alone. And it is obeying AirBNB's styleguide.
2、Someone is confused about is it OK to put propTypes and defaultProps as static props inside React class. And we can explain about this question.
7 years ago
Jeremy Kahn
1388eb8642
Fix grammatical error in reference-test-renderer.md
7 years ago
Joe Lim
f443db83ae
fix links issue introduce by gatsby catch links plugin
7 years ago
Bernard Lin
f1ef9ffbeb
Fixing typo ( #229 )
7 years ago
Bernard Lin
7d53bbedf5
Update conferences ( #227 )
7 years ago
Dimitar Nestorov
0560d6be8b
Switching to a more popular representation of optional arguments
7 years ago
Ferdy Budhidharma
f456a7a9b8
feat(react-dom-reference): update findDOMNode API ( #202 )
* feat(react-dom-reference): update findDOMNode API
* Fixed confusing wording on findDOMNode
* Reword and make more precise
7 years ago
mrugesh mohapatra
6eb3e74b3f
doc: Fix indent that renders weirdly on mobile
7 years ago
Dan Abramov
2c7c414ce7
Suggest a smaller Function.name polyfill
7 years ago
Justin Hall
6e74bd8aa6
Add note about Function.name to error boundary doc
7 years ago
Dan Abramov
f5ab0b4ba7
Fix Reconciliation link
7 years ago
Kenneth Powers
18097a25eb
Note that ref callbacks can update during render and be called after mount.
7 years ago
Kenneth Powers
efe928284a
Explicitly note that ref callbacks are called before `componentDidMount`.
7 years ago
Dan Abramov
ff8ef817e3
Make error boundary doc more in style with the post ( #213 )
* Make error boundary doc more in style with the post
* Update error-boundaries.md
* Update error-boundaries.md
7 years ago
Daniela Borges Matos de Carvalho
dfdddfd7cd
Update test-utils to use refs correctly ( #215 )
* Update test-utils to use refs correctly
Update test-utils according to the new way of using refs: https://reactjs.org/docs/refs-and-the-dom.html
* Tweak
7 years ago
Dan Abramov
0629e3e228
Delete section about Haste ( #208 )
7 years ago
Dan Abramov
ea124c7ea9
Require Node 8+ for contributing
7 years ago
NCarteazy
8821563c3e
Link for "the key attribute" corrected
The link redirected to the incorrect page, changed to point to 'key attribute' page.
7 years ago
Ilya Gelman
c5a32cb03f
Add ReactNext 2018
7 years ago
Michel EDIGHOFFER
bcbf2a464c
Useless caveat about root element in a component
With new version of React (v16), many root element are acceptable.
7 years ago
Tay Yang Shun
57baeb1298
Shift out examples content
7 years ago
Yangshun Tay
1e6151e390
Split up marketing content into Markdown files
7 years ago
Yangshun Tay
1de3b188e7
Embed content into home template
7 years ago
Dan Abramov
bea8fa0dd6
Expand on recommended hydrate() usage ( #200 )
* Expand on recommended hydrate() usage
* Nit
* Add extra info
* Update reference-react-dom.md
7 years ago
Dan Abramov
24cf4575ed
Tweak Lifecycle Docs ( #199 )
* Tweak Lifecycle Docs
* Nits
7 years ago
Learning
6c5f847f3a
Add an example for creating a new application
7 years ago
Mark Pollmann
2739197161
Fix typo in Update.md
7 years ago
Emmanuel Fallancy
c3b24ff0e5
Fix the broken link in the blog for 2014-10-6 react v0.12-rc1 ( #193 )
7 years ago
Flavio Li Volsi
ea98705300
Update top-level folders explanation ( #191 )
* Update top-level folders explanation
Following PR #11252 which had major changes regarding the top-level folders structure.
* Change more
* Update codebase-overview.md
* Update codebase-overview.md
7 years ago
Brian Vaughn
1284ce230a
Updated Conferences page to move some to 'past' section
7 years ago
Marco Solazzi
ecdb0844cc
Added ReactJS DAY 2018 edition
7 years ago
Munish Goyal
e3cd73ac41
Update sentence to make it grammatically correct so as to void confusion ( #188 )
7 years ago
ishank
d93263393a
added static typechecking guide
7 years ago
Brian Vaughn
2c59262a97
Wordsmithing
7 years ago
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
6ad5241c08
Wording nit
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