Dan Abramov
|
6bd4173a4e
|
Revert "Update nav"
This reverts commit 482ba66ba6 .
|
6 years ago |
Dan Abramov
|
482ba66ba6
|
Update nav
|
6 years ago |
Nat Alison
|
cde52ae60d
|
add missing headings on hooks-faq
|
6 years ago |
Peng Jie
|
4647eeacf0
|
docs(hooks): fix break link
|
6 years ago |
Dan Abramov
|
486dac1c67
|
Remove unnecessary/confusing "unordered"
|
6 years ago |
Alexander Kuznetsov
|
564dbc705f
|
Descriptive link text for accessibility (#1659)
|
6 years ago |
Dan Abramov
|
e3cf542e75
|
Fix line numbers
|
6 years ago |
Dan Abramov
|
741dc3b5f1
|
Just throw
|
6 years ago |
Nat Alison
|
25df15b83e
|
reapply, correctly generating links
|
6 years ago |
Nat Alison
|
dc1e5366e3
|
revert id adding
|
6 years ago |
Nat Alison
|
5529642720
|
fix effect hook error
|
6 years ago |
Nat Alison
|
3e49e971d0
|
add everything else again
|
6 years ago |
Dan Abramov
|
d20be53455
|
Document test renderer act (temporary fix)
|
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
|
a0db3e7f17
|
Replaced inaccurate comments
|
6 years ago |
Dan Abramov
|
601c016f49
|
testing
|
6 years ago |
Dan Abramov
|
d97cdcac7f
|
tweaks
|
6 years ago |
Dan Abramov
|
d460a9b106
|
Docs updates
|
6 years ago |
Dan Abramov
|
9d62821e9e
|
Tweak refwording
|
6 years ago |
Dan Abramov
|
f510e11312
|
Reword intro
|
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 |
Dan Abramov
|
a946fb3783
|
Warn against side effects in useMemo (#1576)
|
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 |
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 |
Dan Abramov
|
60dd46d64b
|
Revert "Extended JavaScript environment requirements polyfills list with a promise (#1553)" (#1554)
This reverts commit cda991046a .
|
6 years ago |
Alex Chernenko
|
cda991046a
|
Extended JavaScript environment requirements polyfills list with a promise (#1553)
|
6 years ago |
Dan Abramov
|
71aa4faa43
|
Remove unnecessary newline
|
6 years ago |
Sunil Pai
|
1b8dd36ae1
|
createInstance -> createHandle
|
6 years ago |
Sunil Pai
|
53222c7f86
|
rename useImperativeMethods -> useImperativeHandle
|
6 years ago |
Aditya Agarwal
|
b5fa1df64f
|
Reset button should set the state back to `initialCount` (#1327)
|
6 years ago |
Dan Abramov
|
92d96a3ca4
|
Bump documented Hooks version
|
6 years ago |
0xflotus
|
3f7a7ddccf
|
fixed renderer
I fixed only a typo
|
6 years ago |
Dan Abramov
|
6f2e26f21c
|
Rearrange TS section a bit
|
6 years ago |
Dan Abramov
|
ac426af02c
|
Reword a confusing sentence
|
6 years ago |
Mikhail Vasin
|
dbcc9c249a
|
Update version expected to include hooks (#1511)
* Update version expected to include hooks
16.7.0 does not include hooks, I suppose 16.8 could include them.
* Remove specific version
|
6 years ago |
Vincent
|
97831ab0c3
|
Add link to docs on Firefox's A11y inspector (#1525)
|
6 years ago |
Jamie
|
0c6a26ff9e
|
Hooks proposal has been accepted (#1485)
|
6 years ago |
Brian Vaughn
|
9e8bfd6de6
|
Moved UNSAFE_ renaming notes higher up to be more easily noticed
|
6 years ago |
Brian Vaughn
|
cfc6d90d28
|
Changed wording about UNSAFE_componentWillReceiveProps deprecation
|
6 years ago |
Max Wizard K
|
76dae99348
|
Referenced a Fiber architecture explanation (#1448)
Added a link to an article that provides an in-depth explanation of Fiber architecture.
|
6 years ago |
Dan Abramov
|
0c96df0cd1
|
Add Suspense and lazy to API reference (#1446)
* Add Suspense and lazy to API reference
* Update content/docs/reference-react.md
Co-Authored-By: gaearon <dan.abramov@gmail.com>
* Simplify
|
6 years ago |
Ben Schwarz
|
963a9d5003
|
Updated article link to the canonical source (#1444)
|
6 years ago |