Commit Graph

583 Commits

Author SHA1 Message Date
Brian Vaughn
201fcadfa7 Added React.forwardRef to API and docs 2018-03-16 09:30:07 -07:00
Brian Vaughn
a937c46e02 Typo fixes 2018-03-15 10:05:02 -07:00
Brian Vaughn
a357b64503 Added React.forwardRef to 16.3 release blog post 2018-03-15 09:42:49 -07:00
Brian Vaughn
2f97f485ce Fixed docs 2018-03-14 18:01:20 -07:00
Alex Krolick
e5bf5945b3 Unnest callback ref example code
https://github.com/facebook/react/pull/12375#issuecomment-373199666
2018-03-14 17:56:07 -07:00
Brian Vaughn
12d7c16cf2 Updated createRef 'value' attributes to 'current' 2018-03-14 09:07:35 -07:00
Brian Vaughn
fecb153c89 Merge pull request #1 from trueadm/create-ref
Merge createRef docs into 16.3 release blog
2018-03-07 11:37:46 -08:00
Brian Vaughn
c7a61e6aba Imported StrictMode docs (and examples) from PR #596 2018-03-07 11:33:19 -08:00
Brian Vaughn
1de2e33414 Fixed links 2018-03-07 11:25:26 -08:00
Brian Vaughn
6a1ba97bb9 Moved 16.3 release date arbitrarily forward 2018-03-07 11:20:02 -08:00
Brian Vaughn
6e3581096f Merge branch 'master' into 16.3-release-blog-post 2018-03-07 11:19:26 -08:00
Brian Vaughn
f6e5d655dd Fixed off-by-one line highlights. 2018-03-07 10:38:17 -08:00
Adrià Fontcuberta
74077cbf7c Fix redux FAQ link
Hi! Just wanted to thank you for your work.

Redux FAQ link was broken so I just fixed it.
2018-03-07 09:16:53 +01:00
Dominic Gannaway
3f304b9221 Merge pull request #4 from alexkrolick/create-ref-patch4
Misc fixes
2018-03-06 13:57:01 -08:00
Brian Vaughn
a89e6b8c3c Added link to context API docs 2018-03-06 08:21:22 -08:00
Alex Krolick
9b869fa73f Update leading sentence 2018-03-06 01:02:05 -08:00
Alex Krolick
b1adba0a38 Recommend old API when applicable 2018-03-06 00:59:50 -08:00
Alex Krolick
04c7f16ef2 Wording 2018-03-06 00:56:26 -08:00
Alex Krolick
4b939d2448 ~~All things considered~~ 2018-03-06 00:55:22 -08:00
Alex Krolick
962ef9a567 Highlight deprecation notice 2018-03-06 00:50:44 -08:00
Alex Krolick
96b10a73ff Grammar 2018-03-06 00:46:36 -08:00
Alex Krolick
96fe82c734 Declare setRef method outside render 2018-03-06 00:43:56 -08:00
Alex
8075ce2db7 Make the callback example more similar to the new API 2018-03-06 00:30:51 -08:00
Alex
11834be55e Add temporary link to context RFC slated for 16.3 (#647)
Add temporary link to context RFC slated for 16.3
2018-03-04 09:23:39 -08:00
stevefaulkner
fb32db116c Update accessibility.md (#660)
The link to the explanation of landmarks, was not up to date, suggesting this http://www.scottohara.me/blog/2018/03/03/landmarks.html provides an up to date and detailed explanation.
2018-03-04 09:05:37 -08:00
Swarnava Sengupta
7dcf2f19be Fix a small typo (#662) 2018-03-04 08:09:44 -08:00
Alex
7b02740afe Create "Accessing refs" section above specific examples 2018-03-03 18:33:43 -08:00
Alex
0e7243f7fb Merge intro paragraphs 2018-03-03 18:12:00 -08:00
Alex
6627687b0b Describe what a ref is at the top of the doc 2018-03-03 18:05:41 -08:00
Dominic Gannaway
9bc1932688 updated line numbers 2018-03-03 17:25:02 -08:00
Dominic Gannaway
b049931a65 revised content as per PR feedback 2018-03-03 17:19:42 -08:00
Sophie Alpert
8485e9373f Wording tweaks 2018-03-01 15:32:45 -08:00
Sophie Alpert
a19fd32755 Fix my site link 2018-03-01 11:31:14 -08:00
Sophie Alpert
5295df7b72 Sneak Peek: Beyond React 16 2018-03-01 09:10:54 -08:00
Alex
d59c4f9116 Add temporary link to context RFC slated for 16.3
Fixes #646
2018-02-26 11:10:09 -08:00
Janet Todorova
093d3cb271 Add React.NotAConf to the list (#642) 2018-02-24 14:33:31 +00:00
Dominic Gannaway
ee78358939 address feedback 2018-02-22 20:54:52 +00:00
Artem Marochkanych
c46b58101e Change url of react-image repository (#636)
README says: This project has been superseded by https://github.com/mbrevda/react-image
2018-02-22 09:54:46 -08:00
Dominic Gannaway
c09a284997 Added React.createRef doc 2018-02-22 16:11:54 +00:00
Junior Oliveira
67402932f6 Update link to create-react-app repository (#627)
Update link to create-react-app from facebookincubator to facebook organization
2018-02-18 15:50:10 +00:00
Benjamim Sonntag
c8161bd9a0 Update reference-react-dom-server.md (#625)
Fixes a small typo in `renderToNodeStream`'s documentation
2018-02-18 01:25:13 +00:00
Mihaela Ciobanu
d538875f3a Update conferences.md
added React fest in March , London
2018-02-14 13:28:43 +00:00
Brian Vaughn
33ff167068 Wordsmith nit 2018-02-13 12:42:30 -08:00
Brian Vaughn
c08533af9f Removed context-before example 2018-02-13 12:40:31 -08:00
Brian Vaughn
8494428bcb Added example of before/after context API 2018-02-13 11:44:39 -08:00
Brian Vaughn
5a1d653f76 Incorporated Sophie's PR feedback 2018-02-13 11:15:09 -08:00
Sophie Alpert
8bbc69b453 Update context.md
Slightly less judgy with less of a hierarchical vibe.
2018-02-12 19:51:35 -08:00
Brian Vaughn
08d444eada Wordsmithing in response to PR feedback 2018-02-12 10:08:08 -08:00
Aneeq-ur-Rehman
53f4ce7881 Update static-type-checking.md to fix the installation of Flow (#608)
* Update static-type-checking.md to fix the installation of Flow

The second command won't work until the "flow" is added to scripts.

* Update static-type-checking.md
2018-02-12 17:37:09 +00:00
Alex
af89808ba8 Merge pull request #612 from ryanwebjackson/patch-1
Add "React Native Radio" by devchat.tv
2018-02-11 13:37:11 -08:00