Sébastien Boulet
95112711bb
fix link to anchor #unsafe_componentwillupdate ( #920 )
2018-05-31 13:10:53 +01:00
Sophie Alpert
3e87993047
Move static type checking above PropTypes
2018-05-29 09:47:37 -07:00
Brian Vaughn
db71d03183
Merge pull request #910 from bvaughn/rename-gdsfp-params
...
Renamed gDSFP params
2018-05-24 18:24:17 -07:00
Brian Vaughn
3e80980c18
Renamed params for gDSFP
2018-05-24 18:18:04 -07:00
Christian Schlensker
ee4c4fa708
Link to MDN article on browser pointer events ( #908 )
...
I read this not knowing what pointer events were and went down a google rabbit hole that lead me to the css property which properly confused me. Hopefully this will save someone else from the same mistake.
2018-05-24 17:12:22 +01:00
Minh Nguyen
1de600d9da
React 16.4.0 ( #907 )
2018-05-24 12:01:27 +01:00
Philipp Spieß
aaf2642f67
Add section about Pointer Events ( #792 )
...
* Add section about Pointer Events
This PR adds a section about the state of Pointer Events in React.
This should be merged only if facebook/react#12507 is accepted as well.
* Don’t recommend PEP because it lacks features
2018-05-24 11:59:49 +01:00
Andrew Clark
3252b7471f
Fix spelling of Philipp's name (again)
2018-05-23 18:03:21 -07:00
Andrew Clark
7c8131428e
Fix spelling of Phillip's name
2018-05-23 18:02:17 -07:00
Andrew Clark
dfaf1eecba
Merge pull request #904 from acdlite/16.4-release-post
...
16.4 blog post
2018-05-23 17:58:16 -07:00
Andrew Clark
dc0ed4b4c6
since -> because
2018-05-23 17:57:26 -07:00
Andrew Clark
30be0d05fa
Add back pointer events example
2018-05-23 17:55:32 -07:00
Andrew Clark
68dec67116
Remove pointer events example
...
I'll add it back once CodeSandbox starts resolving `latest` to 16.4.
2018-05-23 17:48:31 -07:00
Andrew Clark
0fe6a7905e
More Sophie edits
2018-05-23 17:11:46 -07:00
Andrew Clark
728f74651e
Sophie's edit to gDSFP section
2018-05-23 16:49:06 -07:00
Andrew Clark
73006fefa1
Add an "oops!" so skimmers don't mistake the bad example for a good one
2018-05-23 16:47:27 -07:00
Andrew Clark
55b251146d
Add pointer events example
2018-05-23 16:44:44 -07:00
Andrew Clark
88fb23580d
More edits
2018-05-23 16:34:35 -07:00
Brian Vaughn
3c3646139e
Updated gatsby-config to add Code Sandbox dependencies
2018-05-23 15:33:41 -07:00
Andrew Clark
983476e3f3
Update getDerivedStateFromProps docs
2018-05-23 15:31:27 -07:00
Andrew Clark
1dfdfd8595
Pointer events section
2018-05-23 15:22:15 -07:00
Philipp Spiess
a1f41f65a2
Don’t recommend PEP because it lacks features
2018-05-23 14:28:42 -07:00
Philipp Spiess
988a67739d
Add section about Pointer Events
...
This PR adds a section about the state of Pointer Events in React.
This should be merged only if facebook/react#12507 is accepted as well.
2018-05-23 14:28:30 -07:00
Andrew Clark
69d46aa3e0
Tweak gDSFP section
2018-05-23 14:05:20 -07:00
John Park
665ccbf907
Missing closing quotation in line 225 for <Button /> ( #905 )
2018-05-23 21:04:29 +01:00
Andrew Clark
6a453171a6
Fix controlled state example
2018-05-23 12:58:58 -07:00
Andrew Clark
a3cff20422
Update date in filename
2018-05-23 12:23:58 -07:00
Andrew Clark
57a2317349
[WIP] 16.4 blog post
2018-05-23 11:39:09 -07:00
pushpinder107
06f8553e90
Fixes typo ( #902 )
2018-05-23 12:48:45 +01:00
Brian Vaughn
822fc42852
Merge pull request #891 from cyan33/warn-legacy-context-in-strict-mode
...
add #Detecting legacy context apis for strict mode post
2018-05-22 15:42:33 -07:00
Dan Burzo
1d5217a293
Clarify change propagation in Context API ( #896 )
2018-05-21 14:01:22 +01:00
barnonahill
9b72ba6f05
Add a sentence to the end of componentWillUnmount() ( #894 )
...
Adds a sentence explaining not to use setState in componentWillUnmount, see https://github.com/facebook/react/issues/12111
2018-05-20 23:52:19 +01:00
cyan33
5ce098c1a1
refactor the wording
2018-05-18 14:56:07 -07:00
cyan33
1b5cf20dcc
add #detecting legacy context apis for strict mode post
2018-05-17 14:40:47 -07:00
Robert Haritonov
0201237f7f
add React Day Berlin 2018 ( #883 )
2018-05-15 10:52:52 -07:00
@berzavlu
69636a4e4f
removed extra curly bracket ( #885 )
2018-05-15 10:50:03 -07:00
Tung Vu
1f8fdac9cc
doc: add createRef to Refs glossary ( #875 )
...
* doc: add createRef to Refs glossary
* doc: move newer api first
2018-05-12 14:24:27 +01:00
Ed Morley
30ea17e2b6
Component Workbenches: Update Neutrino component preset URL ( #872 )
...
The package has since become an official Neutrino preset and was
merged into the monorepo:
https://github.com/mozilla-neutrino/neutrino-dev/issues/430
https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/react-components
2018-05-10 16:28:15 +01:00
Brian Vaughn
28ae03b00e
Merge pull request #869 from VinayakBagaria/patch-1
...
Repeating link to main website corrected
2018-05-09 15:18:39 -07:00
Stephane Moreau
f03e9c785d
"Introducing JSX" is missing a step ( #812 )
...
* Introducing JSX is missing a step
* Tweak
2018-05-09 18:19:39 +01:00
Douglas Mason
d24fa6246d
add Pittsburgh ReactPGH meetup to meetups.md ( #871 )
2018-05-09 02:19:14 +01:00
Alex Krolick
c95de8b59a
Clarify defaultValue usage ( #868 )
...
Fixes #867
2018-05-07 23:48:13 -07:00
Vinayak Bagaria
7a02c31fbc
Repeating link to main website corrected
...
Clicking on the previous link redirected to: https://reactjs.org/https://reactjs.org
Its a 404 page.
Maybe instead of the whole link, we can use something like: [https://reactjs.org ](/)
2018-05-08 00:15:15 +05:30
numb86
c434be812e
Fix broken link. ( #861 )
2018-05-04 10:02:47 +01:00
Duc Nghiem Xuan
d0cdc9ef0c
Fix elmish-react link on static-type-checking ( #857 )
...
`fable-elmish` org is now simply `elmish`, thus the link to `elmish-react` was 404.
ref https://github.com/elmish/elmish/issues/145
2018-05-02 01:00:27 -07:00
Dan Abramov
e3cf355618
Tweak componentWillReceiveProps docs ( #856 )
...
* Tweak componentWillReceiveProps docs
* Update reference-react-component.md
2018-05-01 13:11:08 +01:00
Rauno Freiberg
3279bd768b
Fix JSX link in design principles section ( #855 )
2018-04-30 14:51:22 -07:00
Chester Law
f97629e6f0
Fix grammar in List and Keys documentation ( #854 )
2018-04-30 13:43:24 -07:00
Travis Arnold
fc99015393
swap example theme colors ( #851 )
2018-04-29 16:23:25 -07:00
Dan Abramov
19b16af6e1
Link to new Next.js website
2018-04-28 20:20:41 +01:00