Commit Graph

722 Commits

Author SHA1 Message Date
Saransh Kataria
fb3327f109 Merge pull request #1574 from evolveris/patch-1
Fix typo
2019-02-20 07:32:22 -08:00
Saransh Kataria
c8184872f8 Merge pull request #1324 from moroshko/patch-6
Tip => Note
2019-02-19 19:09:55 -08:00
Alexey Pyltsyn
e7a4bf6420 Merge pull request #1705 from vvscode/patch-1
Fix command for initializing tsconfig
2019-02-20 01:48:23 +03:00
Alexey Pyltsyn
0948bf553e Update static-type-checking.md 2019-02-20 01:48:07 +03:00
Dan Abramov
2819a0f0eb Remove the "experimental" wording from Hooks intro (#1709) 2019-02-19 17:50:35 +00:00
Vasiliy Vanchuk
6716745776 Update static-type-checking.md 2019-02-19 18:42:05 +04:00
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.
2019-02-19 15:27:43 +04:00
Alexey Pyltsyn
7abe468162 Merge pull request #1666 from Lukyhenson/solving-broken-link-on-hoc-doc
It solves a broken link on HOC doc
2019-02-19 06:36:11 +03:00
Tauan Tathiell
f5ccd7e255 It solves a broken link on HOC doc 2019-02-19 00:22:09 -03:00
Nat Alison
5b6abc9b5b Merge pull request #1684 from linsolas/patch-1
Fix shallow renderer link on test utils page
2019-02-18 11:04:02 -08:00
Saransh Kataria
99e97c33ae Merge pull request #1642 from adeelibr/grammer/correction-hooks-reference
Corrected grammar in hooks API reference
2019-02-15 06:47:20 -08:00
Saransh Kataria
87f5b7ba90 updated broken link on HOC documentation 2019-02-14 22:24:08 -08:00
Saransh Kataria
e7c6e99ee7 Merge pull request #1673 from Lukyhenson/changing-fiber-architecture-link-on-codebase-overview
It changes the fiber link inside codebase overview page
2019-02-14 12:46:02 -08:00
Romain Linsolas
e3f43f5bdd Fix shallow renderer link on test utils page 2019-02-14 01:24:52 +01:00
Dan Abramov
6bd4173a4e Revert "Update nav"
This reverts commit 482ba66ba6.
2019-02-13 14:08:01 +00:00
Dan Abramov
482ba66ba6 Update nav 2019-02-13 14:07:47 +00:00
Nat Alison
40495cb5f5 Merge pull request #1668 from neighborhood999/fix-hooks-overview
docs(hooks): fix break anchor link
2019-02-12 18:14:43 -08:00
Nat Alison
cde52ae60d add missing headings on hooks-faq 2019-02-12 14:47:38 -08:00
Tauan Tathiell
d9f15c2279 It changes the fiber link inside codebase overview page 2019-02-12 08:43:04 -02:00
Peng Jie
4647eeacf0 docs(hooks): fix break link 2019-02-12 11:46:51 +08:00
Dan Abramov
486dac1c67 Remove unnecessary/confusing "unordered" 2019-02-11 19:20:28 +00:00
Alexander Kuznetsov
564dbc705f Descriptive link text for accessibility (#1659) 2019-02-10 15:28:06 +00:00
Dan Abramov
e3cf542e75 Fix line numbers 2019-02-08 20:37:28 +00:00
Dan Abramov
741dc3b5f1 Just throw 2019-02-08 20:16:30 +00:00
adeel.imran
4aa208e59d updated grammer 2019-02-07 11:42:13 +05:00
Nat Alison
25df15b83e reapply, correctly generating links 2019-02-06 18:03:29 -08:00
Nat Alison
dc1e5366e3 revert id adding 2019-02-06 18:00:52 -08:00
Nat Alison
5529642720 fix effect hook error 2019-02-06 17:34:41 -08:00
Nat Alison
3e49e971d0 add everything else again 2019-02-06 17:22:04 -08:00
Dan Abramov
d20be53455 Document test renderer act (temporary fix) 2019-02-06 18:26:26 +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
a0db3e7f17 Replaced inaccurate comments 2019-02-05 18:39:25 +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
d460a9b106 Docs updates 2019-02-04 15:34:23 +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
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
Dan Abramov
a946fb3783 Warn against side effects in useMemo (#1576) 2019-01-19 19:52:32 +00:00
evolveris
dfaa41deab Fix typo 2019-01-19 11:43:17 +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
Brian Vaughn
924e76dc1b Merge pull request #1544 from threepointone/master
rename useImperativeMethods -> useImperativeHandle
2019-01-15 15:32:11 -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