David Svetlecic
|
7b5f4cf604
|
Add 'you'
|
6 years ago |
Alexey Pyltsyn
|
0948bf553e
|
Update static-type-checking.md
|
6 years ago |
Dan Abramov
|
2819a0f0eb
|
Remove the "experimental" wording from Hooks intro (#1709)
|
6 years ago |
Vasiliy Vanchuk
|
6716745776
|
Update static-type-checking.md
|
6 years ago |
Vasiliy Vanchuk
|
aaefe69287
|
Fix command for initializing tsconfig
Project dependency doesn't add itself it global PATH. So call `tsc` will work either with globally installed typescript, or from npm/yarn script.
|
6 years ago |
Tauan Tathiell
|
f5ccd7e255
|
It solves a broken link on HOC doc
|
6 years ago |
Saransh Kataria
|
87f5b7ba90
|
updated broken link on HOC documentation
|
6 years ago |
Romain Linsolas
|
e3f43f5bdd
|
Fix shallow renderer link on test utils page
|
6 years ago |
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 |
Tauan Tathiell
|
d9f15c2279
|
It changes the fiber link inside codebase overview page
|
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 |
Michał Gołębiowski-Owczarek
|
7e4ac52af4
|
HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments)
This is a followup to #1157
|
6 years ago |
adeel.imran
|
4aa208e59d
|
updated grammer
|
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 |
Prashant Andani
|
573da86666
|
Add https for javascript.info
|
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 |
evolveris
|
dfaa41deab
|
Fix typo
|
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 |