Rahul Rao
ff226557f2
Adding a minor grammatical correction. ( #5388 )
...
Proposing a minor grammatical correction on the useEffect API documentation page for triggering an animation example section.
2022-12-23 13:16:23 +01:00
dan
966b7b849f
[Beta] Move search outside tabs ( #5389 )
2022-12-20 20:40:03 +02:00
dan
868d525a74
Update index.md
2022-12-17 16:27:58 +00:00
Dan Abramov
6faa4f51d5
Add missing patch for #5368
2022-12-17 14:58:55 +00:00
dan
5385031b46
[Beta] Fix scroll jumps on navigating to fragments ( #5375 )
2022-12-17 14:14:54 +00:00
Dan Abramov
c4d2a6da45
[Beta] Reorder example
2022-12-17 04:10:59 +00:00
Dan Abramov
d542994fc2
Typo
2022-12-16 23:45:25 +00:00
dan
119177b847
[Beta] useEvent -> useEffectEvent ( #5373 )
...
* [Beta] useEvent -> useEffectEvent
* tweak
2022-12-16 17:11:10 +00:00
dan
84a1085e09
More credits
2022-12-16 15:55:46 +00:00
Dan Abramov
1aadd781e7
Fix copypasta
2022-12-16 15:21:37 +00:00
dan
a8db9c0439
[Beta] useLayoutEffect API ( #5372 )
...
* [Beta] useLayoutEffect API
* more
* tweak
* bla
2022-12-16 15:16:24 +00:00
Matheus Marques
a7f42607bd
Fix typo ( #5371 )
2022-12-16 15:16:17 +00:00
dan
add83faad2
[Beta] Highlight <Foo> and <foo> differently ( #5368 )
2022-12-16 02:31:43 +00:00
dan
24a3e04e1a
Fix typo
2022-12-15 19:09:33 +00:00
dan
98bb99e397
Fix typo
2022-12-15 19:09:18 +00:00
dan
3d87a27272
[Beta] useInsertionEffect API ( #5364 )
2022-12-14 21:39:36 +00:00
Dan Abramov
7a9fe8d748
Wording tweak
2022-12-14 20:22:53 +00:00
dan
596b50c2cc
[Beta] Split "Components" and "APIs" ( #5363 )
2022-12-14 20:13:57 +00:00
dan
3bb6d8c23a
[Beta] createPortal API ( #5362 )
...
* [wip] createPortal
* createPortal API
* edits
* more
Co-authored-by: Dave McCabe <davemccabe@fb.com >
2022-12-14 18:58:32 +00:00
Abhinandan Wadhwa
06d472dcf0
[Beta] Fixed Semicolon missing in a code snippet. #5337 ( #5360 )
...
* [Beta] Fixed Semicolon missing in a code snippet. #5337
* [Beta] Fixed Semicolon missing in a code snippet. reactjs#5337
2022-12-14 14:55:25 +00:00
Dan Abramov
5d651446fc
Tweaks
2022-12-14 03:32:54 +00:00
Dan Abramov
9eca28fc79
Tweak header
2022-12-14 03:30:45 +00:00
Ricky
c2566a56c0
[beta] Add findDOMNode ( #5357 )
...
* [beta] Add findDOMNode
* info
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2022-12-14 03:25:13 +00:00
Ricky
bad27d1a04
[beta] Add StrictMode docs ( #5340 )
...
* [beta] Add StrictMode docs
* More usages
* Remove WIP
* Add legacy string refs
* Add legacy context
* stuff
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2022-12-13 20:02:19 +00:00
Mihail (Михаил)
ca61341e6f
[Beta] Fixed a dead link in useTransition.md ( #5356 )
...
In the paragraph:
```
You can wrap an update into a transition only if you have access to the set function of that state. If you want to start a transition in response to some prop or a custom Hook return value, try useDeferredValue instead.
```
The "useDeferredValue" link pointed to "usedeferredvalue" which is an invalid URL, this commit fixes that.
2022-12-13 04:08:07 +00:00
Toru Okugawa (Tanaka)
cfa9498466
Fix link to new URL ( #5281 )
2022-12-12 18:51:04 +00:00
ashrene-roy
6031b0005f
[beta] Fix Chai recipe in docs ( #5342 )
...
* [beta] Fix Chai recipe in docs
* Cut down recipe to 3 points
* Adjust explanation
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2022-12-12 18:49:03 +00:00
Dan Abramov
45b1068b69
[Beta] Fix some code blocks
2022-12-12 18:32:01 +00:00
dan
c68c36f73b
[Beta] Profiler API ( #5355 )
2022-12-12 17:57:10 +00:00
dan
8bf3b48576
[Beta] startTransition API ( #5354 )
2022-12-12 17:06:28 +00:00
dan
c883f623d5
typo
2022-12-11 03:31:18 +00:00
Dan Abramov
84efcd3d88
[Beta] Edits to hydrateRoot
2022-12-11 02:24:06 +00:00
Shu Ding
01ec2448eb
fix typo ( #5343 )
2022-12-11 02:04:12 +00:00
dan
b2e8dbf9ef
[Beta] renderToReadableStream API ( #5346 )
2022-12-11 01:50:16 +00:00
Dan Abramov
e6587b3cb3
edits
2022-12-11 00:22:10 +00:00
dan
d1a3e175bb
Typo
2022-12-09 18:57:55 +00:00
dan
0e508cb1ab
Typo
2022-12-09 18:51:59 +00:00
dan
3bd9bed291
[Beta] renderToPipeableStream API ( #5339 )
...
* [Beta] renderToPipeableStream API
* typo
* tweak
* fix
* ok
* twk
2022-12-09 17:22:53 +00:00
Dhaval Laiya
cc1687bd3c
[Beta] Fix a word from useMemo to useCallback ( #5334 )
2022-12-08 20:37:14 +00:00
Joseph Savona
e544ae482c
Update team pages ( #5329 )
...
* [wip] update team page
* Update old site and alumni
* Add more team members
* Update old page too
* Shrink images
* Add remaining people on updated team pages (#5327 )
* updates
* remove active members from acknowledgements
* mobile styles for social/links
* update jason image
* clarify Jasons role
* image alt text
* Move all content into <TeamMember> incl headers
* icon for personal site links
* update TOC to extract beyond top-level elements
* cleanup
* github link should...point to github. oops
* this can no longer be described as a small team
* Update beta/src/content/learn/meet-the-team.md
* Update content/community/team.md
Co-authored-by: Sathya Gunasekaran <gsathya.ceg@gmail.com >
Co-authored-by: Rick Hanlon <rickhanlonii@fb.com >
Co-authored-by: lauren <poteto@users.noreply.github.com >
Co-authored-by: Sathya Gunasekaran <gsathya.ceg@gmail.com >
2022-12-08 08:34:05 -08:00
Raku Zeta
a2347881a6
Update reusing-logic-with-custom-hooks.md ( #5331 )
2022-12-08 00:59:20 +00:00
dan
a08caba2f1
[Beta] Docs Contributors page ( #5330 )
2022-12-08 00:57:29 +00:00
Ricky
c086b134db
[beta] Add unmountComponentAtNode ( #5328 )
...
* [beta] Add unmountComponentAtNode
* Feedback
* edits and harsher deprecations
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2022-12-08 00:56:46 +00:00
Dan Abramov
47916ff271
[Beta] Fix broken links
2022-12-08 00:25:22 +00:00
Dan Abramov
e3429656ae
Consistency naming tweaks
2022-12-08 00:21:09 +00:00
Dan Abramov
583f9a79a5
Add missing stub for Profiler
2022-12-07 22:01:45 +00:00
dan
51f0d2d76e
[API] Legacy renderTo* SSR methods ( #5326 )
2022-12-07 21:59:59 +00:00
Jing Jiawei
2e539fa81d
[Beta] Anchor for individual challenges & deepdive ( #5318 )
...
* [Beta] open deepdive content once access
* [Beta] anchor individual challenges
* [Beta] fix challenges anchor scroll when multiple
* [Beta] refactor chanllenges anchor effects
Co-authored-by: Jiawei.Jing <jiawei.jing@ambergroup.co.jp >
2022-12-07 16:50:50 +00:00
dan
640f42ef71
[Beta] useSyncExternalStore API ( #5325 )
2022-12-07 16:38:46 +00:00
Eliot Sanford
2246611e35
fix: correct order of future conference dates content ( #5307 )
...
Co-authored-by: Eliot Sanford <eliot_sanford@glic.com >
2022-12-06 21:44:38 +01:00