Commit Graph

5 Commits

Author SHA1 Message Date
Liam O'Boyle
ec4dc73b8f Note that polyfills are required for some supported browsers too.
The "Browser Support" section of react-dom indicates that IE9 and above
is supported, but fails to note that the support does require additional
polyfills in some cases.  A link is added to the javascript environment
docs which already explains the polyfills required (Map, Set and rAF).
2017-11-29 09:02:08 +11:00
Dimitar Nestorov
0560d6be8b Switching to a more popular representation of optional arguments 2017-10-31 17:26:44 +02:00
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
2017-10-31 14:39:02 +00:00
Dan Abramov
bea8fa0dd6 Expand on recommended hydrate() usage (#200)
* Expand on recommended hydrate() usage

* Nit

* Add extra info

* Update reference-react-dom.md
2017-10-23 18:54:31 +03:00
Brian Vaughn
93aa551f1a Reorganized 'docs' folder 2017-10-04 14:48:45 -07:00