Brian Vaughn
2b4b34ac0f
Corrected my own typo :)
7 years ago
Brian Vaughn
996508d16f
Formatted inline "Notes"
7 years ago
Brian Vaughn
c4faaf6ab6
Changed link style
7 years ago
Darren Scerri
f3fdc9b3b1
Add warning about Modal children mounting detached from DOM tree
7 years ago
Alex Krolick
21143853fc
Clarify setState troubleshooting example
7 years ago
Alex Krolick
6d8c199203
Don't show raw URLs in links
7 years ago
Alex Krolick
d7beebb65a
make sure param-passing example uses keys realistically
7 years ago
Alex Krolick
3a029d59e8
Add note about performance implications of .bind in render
7 years ago
Alex Krolick
3dbc6355e9
Add context to comment syntax example
7 years ago
Alex Krolick
b1d64dc8a2
Handle more states in async example code
7 years ago
Alex Krolick
bac965ed83
add example using data-attributes for event handler data
7 years ago
Alex Krolick
0143515ed5
fix typos
7 years ago
Alex
a904140005
add cancellation topic to AJAX FAQ
7 years ago
Alex
84c63dd29d
add example component to AJAX FAQ
7 years ago
Alex Krolick
e9b132a280
Add FAQ pages
7 years ago
Dani Lewandowski
1dd43b2a53
Fixed an to a HOC
7 years ago
Dan Abramov
5dfd480fe2
Try to work around #280 by using Markdown for link
7 years ago
Iurii Kucherov
da283ec8ff
Update reference-react.md ( #276 )
Hi guys,
I was reading docs on `React.Children.only()` method and saw this statement `Otherwise this method throws.` and it seemed a bit unclear for me what it supposed to throw.
Please let me know if this PR makes sense.
Thank you!
7 years ago
Mike Wilcox
ec575b1c97
Fix link ( #277 )
Fixes the link hash
7 years ago
Darren Scerri
bca474ddda
Render Modal children on a mounted element
7 years ago
Kiho · Cham
7d2a65c6f5
correct `yarn link` usage
7 years ago
Alexey
1d4c82f9be
Fix webpack `DefinePlugin` usage example
7 years ago
Brian Vaughn
ef380d772c
babel-repl:// protocol changed to babel://
7 years ago
Brian Vaughn
0021670de2
Removed an unnecessary new-line
7 years ago
Brian Vaughn
9469e21918
Wording tweaks
7 years ago
kinyaying
b66d5442f9
Update typechecking-with-proptypes.md
Revert the code style and change the paragraph. And thanks for @bvaughn's advise.
7 years ago
Manuel Penaloza
0596de747b
add dash symbols as separator
7 years ago
Manuel Penaloza
45e7c494fb
switched text<>links positions
7 years ago
Manuel Penaloza
d1d85f340a
change headline
7 years ago
Manuel Penaloza
955cf6ad7b
opimization of text and video links
7 years ago
Manuel Penaloza
ef2bd0a053
add intro video topics and linked scenes to directly navigate to
7 years ago
Brian Vaughn
32a66d7b83
Migrated remaining Babel REPL links
7 years ago
Brian Vaughn
4614ab0791
Whitespace
7 years ago
Brian Vaughn
3f6854d081
Changed Codepen link protocol from 'codepen:' to 'codepen://' for improved clarity
7 years ago
Brian Vaughn
6fd0d7950e
Added custom remark transform for Codepen example links
7 years ago
Brian Vaughn
130c2694f7
Removed un-used script tags in error-decoder.md
7 years ago
Brian Vaughn
cadaeae62b
Reorganized codepen folder further to support nesting
7 years ago
Brian Vaughn
6eef46d1cb
Renamed 'examples' folder to 'codepen' for clarity
7 years ago
Dan Abramov
37da66e90f
Recommend a real rAF polyfill
7 years ago
kinyaying
400a2c6c1c
Update typechecking-with-proptypes.md
change the words
7 years ago
Dan Abramov
f91081efd4
Direct people to "good first issue" tag instead
We can still tag them with difficulty. GitHub treats GFI specially now.
7 years ago
kinyaying
bf28861146
Update typechecking-with-proptypes.md
add 'javascript' after ```
7 years ago
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
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
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