Commit Graph

5717 Commits

Author SHA1 Message Date
zqran
7f9358ed2a [Beta] Update Describing the UI Doc content format (#5039)
* [Beta] Update `Describing the UI` Doc content format

* [Beta] Update link

* [Beta] Revert
2022-09-14 17:44:17 +01:00
zqran
70df3d9860 [Beta] Update links in API/react-dom Doc (#5055)
* [Beta] Update some document content format in API/react-dom Doc

* [Beta] Remove semicolon from intro

* [Beta] Add semicolon
2022-09-14 11:24:58 -04:00
Maurice Yap
2f17b58c11 Move React Native EU 2022 to Past Conferences (#5058)
React Native EU 2022 has now finished, so moving it from the Upcoming Conferences section to the Past Conferences section.
2022-09-14 11:23:51 -04:00
zqran
ead88e2df8 [Beta] Update links and add semicolons in API/react Doc (#5054)
* [Beta] Update some document content format in API Doc

* [Beta] Remove semicolon from intro

* [Beta] Add semicolon
2022-09-14 15:14:38 +01:00
zqran
3fa19507af [Beta] Update links and add fix MD syntax error in react-dom/client Doc (#5056)
* [Beta] Update some document content format in API/react-dom/client Doc

* [Beta] Remove semicolon from intro
2022-09-14 14:10:46 +01:00
Dan Abramov
4aafbe17a5 fix links 2022-09-14 13:34:06 +01:00
Dan Abramov
5e6357687d Simplify example 2022-09-14 13:26:08 +01:00
Dan Abramov
8f03676dcf Remove extra line 2022-09-14 13:25:00 +01:00
Dan Abramov
aea76d4958 tweak wording 2022-09-14 13:03:38 +01:00
dan
6001def102 [Beta] useCallback (#5061) 2022-09-14 05:27:13 +01:00
dan
8fc62a5715 [Beta] Fix double console logs in DEV (#5060) 2022-09-14 03:17:25 +01:00
Dan Abramov
58b4d0559c [Beta] Fix printing objects 2022-09-14 02:48:56 +01:00
Dan Abramov
e4aa5076c2 Arg is optional 2022-09-13 17:48:46 +01:00
zqran
1c1a81ad44 [Beta] Changed the position of the period in API Doc (#5053) 2022-09-13 02:43:06 +01:00
dan
c5b6c1f726 Fix usage 2022-09-13 02:25:47 +01:00
dan
5b8f219a3a [Beta] Split ReactDOM APIs (#5052) 2022-09-13 01:49:50 +01:00
Dan Abramov
f99a7fd181 Focus on more important point 2022-09-13 00:49:38 +01:00
dan
6454bb9a9e [Beta] Expand useMemo documentation (#5051) 2022-09-13 00:40:52 +01:00
zqran
765882eada [Beta] Fix the blank page displayed when the page navigate (#5045) 2022-09-12 21:38:39 +01:00
zqran
01d5c970bd [Beta] Add TODO for some links (#5046)
* [Beta] Add TODO for some links

* [Beta] Update link
2022-09-12 21:25:29 +01:00
zqran
c7d858947f [Beta] Move period outside quotation marks (#5047) 2022-09-11 19:37:22 +01:00
dan
fbde52c523 [Beta] Fix HTML layout shift (#5041) 2022-09-10 18:38:06 +01:00
zqran
aa12fae175 [Beta] Fix navigation sticky failure (#5032)
* [Beta] Fix navigation sticky failure

* [Beta] Remove overflow-x from body

* [Beta] Update the max-with

* Update index.css

Co-authored-by: dan <dan.abramov@gmail.com>
2022-09-10 17:02:44 +01:00
zqran
dfce03c003 [Beta] Update link (#5038) 2022-09-10 16:59:10 +01:00
Dan Abramov
31c8e43926 [Beta] Enable Strict Mode 2022-09-10 16:00:12 +01:00
Dan Abramov
78e9fb8e8f Small fixes 2022-09-10 15:42:41 +01:00
Yousef M. El-Gohary
0f598008d7 Paths on windows (#5036)
* add loading indicator to sidebar links

* replace backslashes with slashes

* bumping DISK_CACHE_BREAKER

* using replace instead or replaceAll
2022-09-10 15:01:27 +01:00
zqran
25171aa052 [Beta] Remove useEvent link (#5035)
* [Beta] Remove `useEvent` link

* [Beta] Add `useEvent` stub page

* [Beta] Update `useEvent` description

* Update useEvent.md

* Alphabetical

Co-authored-by: dan <dan.abramov@gmail.com>
2022-09-10 13:44:25 +01:00
Dan Abramov
acc8dcf9a3 [Beta] Fix sticky sandboxes 2022-09-10 13:35:09 +01:00
zqran
c5b560c7ea [Beta] Update some document content format (#5034) 2022-09-10 12:38:58 +01:00
Dan Abramov
a8c8a192a9 [Beta] Fix font jumps on iOS 2022-09-10 07:32:31 +01:00
Dan Abramov
cf4d66b280 [Beta] Guard against a crash 2022-09-10 07:16:18 +01:00
Dan Abramov
d0147dc5a9 Fix types 2022-09-10 07:15:51 +01:00
Dan Abramov
e45e126006 [Beta] Reset nav scroll on tab switch 2022-09-10 07:12:51 +01:00
Dan Abramov
d8dc5c755c [Beta] Fix mobile full-bleeds 2022-09-10 06:37:34 +01:00
Dan Abramov
ba763ddbd9 [Beta] Confirm before resetting edits 2022-09-10 06:34:27 +01:00
dan
1ef61b4f90 [Beta] Upgrade Sandpack (#5033)
* Revert "Revert "[beta] upgrade sandpack and refactor sandpack.css (#4843)" (#4959)"

This reverts commit da6a06e54b.

* Fix tabbing

* Fixes

* More bump

* Bump bundler

* Fix overflows
2022-09-10 06:28:25 +01:00
Dan Abramov
8f8bcb93e0 [Beta] Fix sticky sandboxes 2022-09-10 05:42:41 +01:00
zqran
dae817f4f6 [Beta] Update the useSyncExternalStore link (#5030) 2022-09-10 04:43:42 +01:00
dan
8a1a82b874 [Beta] Avoid grey screen on Safari iOS swipe (#5029)
* [Beta] Avoid grey screen on Safari iOS swipe

* Gate to Safari
2022-09-10 02:20:15 +01:00
dan
13f0e17faa [Beta] Prevent text overflow (#5028) 2022-09-10 01:41:06 +01:00
zqran
7e8447aa64 [Beta] Update the effect with a capital letter (#5027) 2022-09-10 01:14:28 +01:00
dan
ee96afda03 [Beta] Top bar fixes (#5025) 2022-09-10 00:44:57 +01:00
zqran
de4c6b1013 [Beta] Update the link for React Router 6.4+ (#5024)
* [Beta] Update links for React Router 6.4+

* [Beta] Update the link for Strict Mode
2022-09-09 17:54:02 +01:00
zqran
efb44ded1c [Beta] Update links (#5023) 2022-09-09 15:43:03 +01:00
zqran
32de73b668 [Beta] Move the colon outside the quotation marks (#5021) 2022-09-09 12:01:44 +01:00
zqran
37eb77407d [Beta] Wrap the period after the link inside the link (#5004)
* [Beta] Wrap the period after the link inside the link

* [Beta] Update community Doc

* [Beta] Resolve confilicts
2022-09-09 04:16:01 +01:00
Dan Abramov
51ad3c6b5d Fix nits 2022-09-09 04:13:27 +01:00
Dan Abramov
6c57cefc5f Remove unused 2022-09-09 03:47:17 +01:00
dan
a623648ccf [Beta] Auto-expand on inline search (#5019) 2022-09-09 03:44:28 +01:00