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
a3e7c8b7ed
Added gatsby-remark-babel-repl-link plug-in
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
330e26e79e
Tweaked wordin in in Tutorial as per request
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
Brian Vaughn
f5aaf4c1b4
Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 years ago
Tay Yang Shun
65f1ced297
Shift into home folder
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
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
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
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