Dan Abramov
|
d20be53455
|
Document test renderer act (temporary fix)
|
6 years ago |
Kent C. Dodds
|
f846c4da1b
|
react-testing-library now supports `act` (#1635)
* react-testing-library now supports `act`
* fix typo
|
6 years ago |
Brian Vaughn
|
af11b29c18
|
Added link to 16.7 docs
|
6 years ago |
Christoph Nakazawa
|
9f4b4a92a0
|
React Native will ship hooks in its 0.59 release. (#1633)
|
6 years ago |
Rafael Cammarano Guglielmi
|
be56e22bf6
|
Fix typo on hooks availability
Might make people that are going through the docs confused.
|
6 years ago |
Brian Vaughn
|
cea45bbbb4
|
Updated 16.8 CHANGELOG wording to also mention ReactTestRenderer.act()
|
6 years ago |
Nikhil Erkimutt
|
98c1ebeff3
|
Update version number in header and versions page
|
6 years ago |
Brian Vaughn
|
8fa112eeba
|
Moved blog post to Feb 6th
|
6 years ago |
Brian Vaughn
|
8cae066657
|
Added ReactTestUtils.act() to CHANGELOG
|
6 years ago |
Brian Vaughn
|
a0db3e7f17
|
Replaced inaccurate comments
|
6 years ago |
Brian Vaughn
|
ee909e5a67
|
Udpated changelog
|
6 years ago |
Brian Vaughn
|
30914131e8
|
Renamed Hooks blog/date
|
6 years ago |
Dan Abramov
|
601c016f49
|
testing
|
6 years ago |
Dan Abramov
|
d97cdcac7f
|
tweaks
|
6 years ago |
Dan Abramov
|
f9f0d66272
|
Point to codesandbox and usehooks as community examples
|
6 years ago |
Dan Abramov
|
d460a9b106
|
Docs updates
|
6 years ago |
Dan Abramov
|
e5a987bc60
|
Tweaks
|
6 years ago |
Dan Abramov
|
95258c0516
|
Revert "add warning for invalid hook call"
This reverts commit e3012392a3 .
|
6 years ago |
Dan Abramov
|
0d89570264
|
Update 2019-02-04-react-v16.8.0.md
|
6 years ago |
Dan Abramov
|
ed6e711a83
|
Thanks Sophie
|
6 years ago |
Dan Abramov
|
2fd487e309
|
Update 2019-02-04-react-v16.8.0.md
|
6 years ago |
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
|
6 years ago |
Dan Abramov
|
e3012392a3
|
add warning for invalid hook call
|
6 years ago |
Dan Abramov
|
ee5fea9f36
|
Mention type defs
|
6 years ago |
Dan Abramov
|
37d46dd8a3
|
review tweaks
|
6 years ago |
Dan Abramov
|
d15ec6e630
|
changelog updates
|
6 years ago |
Lochlan Bunn
|
dc2deb974b
|
Add ReactBris to meetups (#1331)
|
6 years ago |
Dan Abramov
|
e9081c7f75
|
Update and rename 2019-01-30-react-v16.8.0.md to 2019-02-04-react-v16.8.0.md
|
6 years ago |
Dan Abramov
|
5da272a3e2
|
Add more details
|
6 years ago |
Dan Abramov
|
57138d729d
|
Link to roadmap from post
|
6 years ago |
Dan Abramov
|
eaefc81239
|
Hooks blog post draft
|
6 years ago |
Dan Abramov
|
9d62821e9e
|
Tweak refwording
|
6 years ago |
Dan Abramov
|
f510e11312
|
Reword intro
|
6 years ago |
Dan Abramov
|
f2d22dec00
|
Very important fix
|
6 years ago |
Dan Abramov
|
4d61b4a19d
|
Add Hooks to reference page
|
6 years ago |
Dan Abramov
|
08b6e4b876
|
Update docs for stable Hooks
|
6 years ago |
Dan Abramov
|
024b5b6173
|
Bump alpha
|
6 years ago |
hsteffens95
|
14346719d4
|
Update meetups.md (#1578)
Add Meetup Düsseldorf
|
6 years ago |
Dan Abramov
|
a946fb3783
|
Warn against side effects in useMemo (#1576)
|
6 years ago |
Jean-Marie Porchet
|
c89caa08b3
|
fest: add React Native EU 2019, move React India (#1571)
React India wasn't listed in chronological order
|
6 years ago |
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
|
6 years ago |
Brian Vaughn
|
0ace70f43d
|
Added useDebugValue formatter function
|
6 years ago |
Dan Abramov
|
26b0eb258a
|
typo
|
6 years ago |
Dan Abramov
|
9b5638f034
|
Tweak useMemo wording (#1569)
* Tweak useMemo wording
* Update hooks-faq.md
* Update hooks-reference.md
* Be more specific
|
6 years ago |
Dan Abramov
|
1a49812370
|
Clarify conflicting advice
|
6 years ago |
Dan Abramov
|
d7d5533278
|
[Hooks] Add recommendations about useMemo and lazy init (#1565)
|
6 years ago |
Prashant Andani
|
17fdc425bc
|
Typo fix (#1562)
|
6 years ago |
Brian Vaughn
|
efcbcc5a58
|
Wordsmithing
|
6 years ago |
Brian Vaughn
|
4c29b69558
|
Add docs for useDebugValue
|
6 years ago |
Alex Krolick
|
165ae047b4
|
Add note about Promise polyfill for React.lazy (#1556)
* Add note about Promise polyfill for React.lazy
Fixes #1552
* Backticks
|
6 years ago |