Commit Graph

4202 Commits

Author SHA1 Message Date
Brian Vaughn
e833dfd164 Merge pull request #1632 from rafaelcg/patch-1
Fix typo on hooks availability
2019-02-06 10:23:28 +00:00
Rafael Cammarano Guglielmi
be56e22bf6 Fix typo on hooks availability
Might make people that are going through the docs confused.
2019-02-06 10:14:22 +00:00
Brian Vaughn
cea45bbbb4 Updated 16.8 CHANGELOG wording to also mention ReactTestRenderer.act() 2019-02-06 09:13:58 +00:00
Brian Vaughn
d468ba1c6e Merge pull request #1629 from bvaughn/hooks-stable
Update docs for stable Hooks
2019-02-06 08:04:32 +00:00
Brian Vaughn
8fa112eeba Moved blog post to Feb 6th 2019-02-06 08:03:03 +00:00
Brian Vaughn
8cae066657 Added ReactTestUtils.act() to CHANGELOG 2019-02-05 18:41:23 +00:00
Brian Vaughn
a0db3e7f17 Replaced inaccurate comments 2019-02-05 18:39:25 +00:00
Brian Vaughn
ee909e5a67 Udpated changelog 2019-02-05 18:28:01 +00:00
Brian Vaughn
30914131e8 Renamed Hooks blog/date 2019-02-05 18:21:24 +00:00
Brian Vaughn
7d89762407 Merge branch 'hooks-stable' of https://github.com/gaearon/reactjs.org into gaearon-hooks-stable 2019-02-05 18:19:34 +00:00
Dan Abramov
601c016f49 testing 2019-02-05 18:05:36 +00:00
Dan Abramov
d97cdcac7f tweaks 2019-02-05 16:05:05 +00:00
Dan Abramov
f9f0d66272 Point to codesandbox and usehooks as community examples 2019-02-05 15:26:00 +00:00
Dan Abramov
d460a9b106 Docs updates 2019-02-04 15:34:23 +00:00
Dan Abramov
e5a987bc60 Tweaks 2019-02-04 14:34:52 +00:00
Dan Abramov
95258c0516 Revert "add warning for invalid hook call"
This reverts commit e3012392a3.
2019-02-04 14:26:21 +00:00
Dan Abramov
0d89570264 Update 2019-02-04-react-v16.8.0.md 2019-02-04 14:14:14 +00:00
Dan Abramov
ed6e711a83 Thanks Sophie 2019-02-04 14:13:21 +00:00
Dan Abramov
2fd487e309 Update 2019-02-04-react-v16.8.0.md 2019-02-04 14:09:46 +00:00
Dan Abramov
f149987d94 Warning page for invalid Hook calls (#1613)
* add warning for invalid hook call

* Fix versions

* Split code examples

* unnecessary comma

* tweaks

* Update content/warnings/invalid-hook-call-warning.md

Co-Authored-By: gaearon <dan.abramov@gmail.com>

* nit
2019-02-01 20:21:19 +00:00
Dan Abramov
e3012392a3 add warning for invalid hook call 2019-02-01 19:55:03 +00:00
Dan Abramov
ee5fea9f36 Mention type defs 2019-02-01 17:06:32 +00:00
Dan Abramov
37d46dd8a3 review tweaks 2019-02-01 16:54:14 +00:00
Dan Abramov
d15ec6e630 changelog updates 2019-02-01 15:35:36 +00:00
Lochlan Bunn
dc2deb974b Add ReactBris to meetups (#1331) 2019-01-29 20:27:53 -08:00
Dan Abramov
e9081c7f75 Update and rename 2019-01-30-react-v16.8.0.md to 2019-02-04-react-v16.8.0.md 2019-01-29 17:58:12 +00:00
Dan Abramov
5da272a3e2 Add more details 2019-01-29 17:49:08 +00:00
Dan Abramov
57138d729d Link to roadmap from post 2019-01-25 19:43:46 +00:00
Dan Abramov
eaefc81239 Hooks blog post draft 2019-01-25 19:22:27 +00:00
Dan Abramov
9d62821e9e Tweak refwording 2019-01-25 18:12:30 +00:00
Dan Abramov
f510e11312 Reword intro 2019-01-25 18:08:48 +00:00
Dan Abramov
f2d22dec00 Very important fix 2019-01-25 15:31:04 +00:00
Dan Abramov
4d61b4a19d Add Hooks to reference page 2019-01-25 15:22:36 +00:00
Dan Abramov
08b6e4b876 Update docs for stable Hooks 2019-01-24 18:07:22 +00:00
Dan Abramov
024b5b6173 Bump alpha 2019-01-20 20:31:35 +00:00
hsteffens95
14346719d4 Update meetups.md (#1578)
Add Meetup Düsseldorf
2019-01-20 10:54:47 -08:00
Dan Abramov
a946fb3783 Warn against side effects in useMemo (#1576) 2019-01-19 19:52:32 +00:00
Jean-Marie Porchet
c89caa08b3 fest: add React Native EU 2019, move React India (#1571)
React India wasn't listed in chronological order
2019-01-18 21:59:00 +00:00
Brian Vaughn
8b333fd528 Merge pull request #1570 from bvaughn/useDebugValue-formatterFn
Added useDebugValue formatter function
2019-01-17 13:04:54 -08:00
jvitela
b38c572939 Added link to Reach Router (#1568)
* Added link to Reach Router

@reach/router is a routing library for React written and maintained by one of the original creators of react-router, [Ryan Florence](https://twitter.com/ryanflorence). And is focused on [accessibility](https://reach.tech/router/accessibility).

Is also the router used by [Gatsby](https://www.gatsbyjs.org/blog/2018-09-27-reach-router/)

* Update tools-routing.md
2019-01-17 19:17:35 +00:00
Brian Vaughn
0ace70f43d Added useDebugValue formatter function 2019-01-17 10:50:09 -08:00
Dan Abramov
26b0eb258a typo 2019-01-17 17:31:10 +00:00
Dan Abramov
9b5638f034 Tweak useMemo wording (#1569)
* Tweak useMemo wording

* Update hooks-faq.md

* Update hooks-reference.md

* Be more specific
2019-01-17 17:10:05 +00:00
Dan Abramov
1a49812370 Clarify conflicting advice 2019-01-17 13:25:41 +00:00
Dan Abramov
d7d5533278 [Hooks] Add recommendations about useMemo and lazy init (#1565) 2019-01-16 23:41:45 +00:00
Prashant Andani
17fdc425bc Typo fix (#1562) 2019-01-16 18:51:09 +00:00
Brian Vaughn
924e76dc1b Merge pull request #1544 from threepointone/master
rename useImperativeMethods -> useImperativeHandle
2019-01-15 15:32:11 -08:00
Brian Vaughn
df240a426d Merge pull request #1557 from bvaughn/useDebugValue
Add docs for useDebugValue
2019-01-15 13:52:36 -08:00
Brian Vaughn
efcbcc5a58 Wordsmithing 2019-01-15 13:50:53 -08:00
Brian Vaughn
4c29b69558 Add docs for useDebugValue 2019-01-15 13:04:49 -08:00