Richie
c0deab9dfb
Add available conference video playlists (2017~2018.3)
7 years ago
Alex Krolick
6c22a4345b
Clarify when Consumers get the default value ( #770 )
* Clarify when Consumers get the default value
* Change wording
7 years ago
Rauno Freiberg
4f5d4b08cb
nit: minor reordering of words ( #772 )
7 years ago
Mauricio Mijail De La Quintana
7f522ca1ae
add ReactBolivia meetup. ( #774 )
7 years ago
Alex Krolick
9c9cee0b08
Merge pull request #771 from codecrutch/fix-createref-example
Move constructor out of render
7 years ago
Sean Snyder
e1689b0f20
Move constructor out of render
7 years ago
Alex Krolick
79987d2bc7
Merge pull request #769 from kentcdodds/patch-2
add reference to react-testing-library
7 years ago
Kent C. Dodds
17f2a6f9d0
Update addons-test-utils.md
7 years ago
Kent C. Dodds
9c39cb117f
add reference to react-testing-library
Because it will help engineers write better tests with react.
7 years ago
Bevan Wentzel
93432416ae
Fixed typo in conferences ( #768 )
7 years ago
Brian Vaughn
c4bf6b087a
Merge pull request #764 from bvaughn/react-lifecycles-compat-v2
Updated react-lifecycles-compat example to show 2.0 named export
7 years ago
Dan Abramov
f7cf140607
Tweak context docs ( #766 )
7 years ago
Dan Abramov
b6c0a51a58
React 16.3.1 ( #765 )
7 years ago
Brian Vaughn
ec718a33ee
Updated react-lifecycles-compat example to show 2.0 named export
7 years ago
Alex Krolick
17efddc63d
Merge pull request #756 from raunofreiberg/createref-docs
Add createRef to top level API section
7 years ago
Alex Krolick
861544b16c
Move createRef above forwardRef
7 years ago
Alex Krolick
1dccf07a89
~the~
fixes #763
7 years ago
Dan Abramov
cf7329d6bd
Tweak wording
7 years ago
rk162
1f21aaabb2
Update introducing-jsx.md ( #761 )
7 years ago
Rauno
3709c8e4ef
Add link to refs-and-the-dom in description
7 years ago
Rauno
9948cc94e3
Add createRef to top level API section
7 years ago
Rauno Freiberg
3d50f0deb6
Add contributing guidelines reference to readme ( #753 )
* Add contributing guidelines reference to readme
* Tweak
7 years ago
Brian Vaughn
4a2a8541cb
Merge pull request #738 from koba04/forward-ref-examples
React.forwardRef accepts a render function, not Functional Component
7 years ago
Toru Kobayashi
0ea7d99127
Revert "Adopt bvaughn's example"
This reverts commit 2e1554dc32
.
7 years ago
chucksellick
dbe5b49bbf
Fix a very small typo ( #754 )
"potential" -> "potentially"
7 years ago
Toru Kobayashi
2e1554dc32
Adopt bvaughn's example
7 years ago
Chanyeon Kim
e8cdf5128a
Fix button => themed-buton ( #752 )
7 years ago
Cristian Garabagiu
82a402168d
Fixed broken URL ( #750 )
7 years ago
Asher Michael
c1c9714041
Update context.md ( #751 )
Corrected a grammar error in one of the notes section.
7 years ago
chucksellick
abd3af9a3d
Recommend getDerivedStateFromProps ( #747 )
Fix a couple of paragraphs that recommended UNSAFE_componentWillReceiveProps
where it would now be more correct to recommend getDerivedStateFromProps.
7 years ago
Tom Gallacher
17d04ac9f3
Fix: added missing component instantiation within the 'forwardRef' API example
7 years ago
Pat
e61d594b64
Minor: context/theme-detailed-app.js broken ( #746 )
* Minor: context/theme-detailed-app.js broken
Today I tested out the new Context API using using [CRA](https://github.com/facebook/create-react-app ).
I encountered a runtime exception, so this tiny PR is intended to make it easier for future Context API learners.
`ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor`
create-react-app@next commit da518d2238298dd5db74e9c63c12251099f87bb0
* Update theme-detailed-app.js
7 years ago
Brian Vaughn
85f36661f7
Merge pull request #745 from nateq314/patch-1
Fix cDU to correctly make async request
7 years ago
Almero Steyn
a5a622e2c4
a11y-doc: Adjust Focus Control to new 16.3 refs + link fixes. ( #742 )
* a11y-doc: Adjust Focus Control to new 16.3 refs + link fixes.
* Update accessibility.md
7 years ago
Nathan Quarles
51a864d858
Fix cDU to correctly make async request
When a new `id` prop is passed in, `getDerivedStateFromProps` sets `this.state.externalData` to `null`. If I understand the new API correctly the return value of gDSFP() either becomes the new state or is merged into the new state? If so, then `componentDidUpdate` should examine the new state (`this.state.externalData`), not `prevState.externalData`.
7 years ago
Shovon Hasan
62638c8b2d
Fix broken link in UNSFE_componentWillReceiveProps docs. ( #744 )
7 years ago
Dan Abramov
2bd8eda1fc
Update refs-and-the-dom.md
7 years ago
Tatyana Tsvetkova
72fd7ff75a
Update accessibility.md ( #708 )
Fix for broken links to W3C
7 years ago
Christian Maughan Tegnér
b1d705ad60
Use correct component name in context doc example ( #740 )
* Use correct component name in context doc example
I'm assuming the intention was to reference the `FancyButton` component defined directly above, unless I'm misunderstanding how to read this example.
* Prettier
7 years ago
Toru Kobayashi
c72935a054
prettier
7 years ago
Toru Kobayashi
d5c449d824
React.forwardRef accepts a render function, not Functional Component
7 years ago
Alex Krolick
e8646074ee
Absolute link
7 years ago
Dan Abramov
ab436ccea3
Add missing "and"
7 years ago
Brian Vaughn
73ba23fccd
Updated createRef example not to use class property syntax
7 years ago
Brian Vaughn
99d5ce47d3
Replaced hyphen with em dash
7 years ago
Michael Jackson
425043533f
Merge pull request #700 from billyjanitsch/clarify-render-prop
Clarify PureComponent render prop caveat
7 years ago
Brian Vaughn
e86caae7a4
Merge pull request #735 from bvaughn/wording-tweaks
Wording tweaks
7 years ago
Brian Vaughn
221b7be5e9
nit
7 years ago
Brian Vaughn
2a9701805c
Wording tweaks
7 years ago
Brian Vaughn
63e0e91a3e
Merge pull request #734 from bvaughn/update-version
Updated site constants to 16.3
7 years ago