Commit Graph

3776 Commits

Author SHA1 Message Date
Brian Vaughn
ad799f7e6f "an although" -> "and although" 2018-06-05 22:34:08 -04:00
Brian Vaughn
faa2ac956a Replace en dash (–) with em dash (—) 2018-06-05 22:28:57 -04:00
Brian Vaughn
cd8602fbab Removed a 'just' 2018-06-05 22:26:48 -04:00
Brian Vaughn
056a87ce34 props.id -> props.userID 2018-06-05 22:25:52 -04:00
Brian Vaughn
79e68e4b76 em dash -> comma 2018-06-05 22:23:24 -04:00
Brian Vaughn
92e18dcfd7 Break up a sentence 2018-06-05 22:22:03 -04:00
Brian Vaughn
247cd92b87 Let's take a look at each of the alternatives. 2018-06-05 22:19:35 -04:00
Brian Vaughn
b0aea104de Small explanation of the terms 'controlled' and 'uncontrolled' 2018-06-05 22:16:38 -04:00
Brian Vaughn
8a6d25500e Changed the opening blurb 2018-06-05 22:04:57 -04:00
Brian Vaughn
f5b7b76d30 Updated Code Sandbox links. Mentioned Redux. 2018-06-05 21:12:11 -04:00
Dan Abramov
51ff2c88d9 Match casing nit 2018-06-06 00:10:37 +01:00
Dan Abramov
6ec35c784a Add another comment to PureComponent example 2018-06-06 00:05:16 +01:00
Dan Abramov
ff9dc0bab2 Move handleChange above render 2018-06-05 23:48:13 +01:00
Dan Abramov
eba7131ed1 Drop the should 2018-06-05 23:47:01 +01:00
Dan Abramov
ef0b3b773d Explain memoization 2018-06-05 23:46:23 +01:00
Brian Vaughn
df89e03ad7 Expanded memoization section 2018-06-05 18:15:13 -04:00
Brian Vaughn
1d3ff0d059 Reworded recap section based on Dan's input 2018-06-05 18:07:18 -04:00
Brian Vaughn
edb7a2858a More tweaks 2018-06-05 17:21:20 -04:00
Brian Vaughn
1d82c291fe Fix CodeSandbox demo to show the specific problem we are trying to illustrate 2018-06-05 14:46:22 -04:00
Brian Vaughn
8d06b95d51 Nits 2018-06-05 14:37:33 -04:00
Brian Vaughn
70e0076c44 Added anti-pattern CodeSandbox demo link 2018-06-05 14:21:49 -04:00
Brian Vaughn
b26c1615c6 Header tweaks 2018-06-05 13:59:56 -04:00
Brian Vaughn
a5c6c7ab93 Title fix 2018-06-05 13:42:07 -04:00
Brian Vaughn
415cf4c79d Removed TODO 2018-06-05 13:38:03 -04:00
Brian Vaughn
17544e0256 When to use derived state blog post 2018-06-05 13:33:14 -04:00
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