Commit Graph

385 Commits

Author SHA1 Message Date
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
Arati Chilad
fdc12db196 [beta] Added documentation for the useMemo() API reference. (#4928)
* Documentation for useMemo API

* updated

* Update useMemo.md

* Expand useMemo ref

* tweaksg

* oops

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2022-09-09 01:55:17 +01:00
Dan Abramov
b6d597dba3 Prettier 2022-09-08 18:23:34 +01:00
dan
dc92f89783 Add google site verification 2022-09-08 18:21:57 +01:00
Dan Abramov
406fdc9197 Fix DOM structure in example 2022-09-08 12:19:09 +01:00
dan
a54cbcbe48 Remove unnecessary prop 2022-09-08 12:10:57 +01:00
Strek
94606302fc fix typo 2022-09-08 15:14:07 +05:30
dan
c99028d64d Update robots.txt 2022-09-08 02:02:31 +01:00
dan
48032f51cb [Beta] Fix/explain console errors (#5015)
* [Beta] Fix/explain console errors

* oops
2022-09-07 23:07:55 +01:00
Dan Abramov
c998108462 [Beta] Fixes to blocks 2022-09-07 22:23:15 +01:00
Dan Abramov
71eaccec3c [Beta] Fix code diagram layout 2022-09-07 22:14:23 +01:00
Dan Abramov
6444cc7ccb Edit intro 2022-09-07 22:01:08 +01:00
Dan Abramov
5f349ddda7 [Beta] Open external link in new tab 2022-09-07 21:42:05 +01:00
Ricky
dfc73fb567 [beta] Add blog links (#5008) 2022-09-07 21:37:32 +01:00
zqran
1c1ad80596 [Beta] Change the position of the comma (#5007)
* [Beta] Change the position of the comma

* [Beta] Change the position of the comma

* [Beta] Change the Learn Doc

* [Beta] Change the Learn Doc
2022-09-07 21:36:05 +01:00
Dan Abramov
2fc297f3e1 [Beta] Fix scroll margin 2022-09-07 21:33:45 +01:00
dan
9914e5e025 [Beta] Fix layout jump due to sandbox tabs (#5014) 2022-09-07 21:24:31 +01:00
dan
00358d7c4c [Beta] Fix Download button (#5013) 2022-09-07 19:11:43 +01:00
dan
5314700ebf Remove outdated comment 2022-09-07 19:11:23 +01:00
Ricky
5b2d2bd9d6 [beta] Fix lint, remove unused vars (#5010) 2022-09-07 12:44:13 -04:00
Dan Abramov
5d9d7eed85 Revert "[Beta] Don't animate links"
This reverts commit 980baffbc1.
2022-09-07 17:18:45 +01:00
dan
baaceb0c7f [Beta] Fix iOS click issues (#5011) 2022-09-07 17:15:17 +01:00
Ricky
89201dd764 [beta] Fix some broken links, add [](TODO) (#5009) 2022-09-07 10:57:57 -04:00
Dan Abramov
980baffbc1 [Beta] Don't animate links 2022-09-07 14:24:22 +01:00
dan
4d32e11d8f [Beta] Cache everything (#5006)
* [Beta] Cache everything

* test cache

* Revert "test cache"

This reverts commit 91ee169ab5.
2022-09-07 14:09:44 +01:00
Dan Abramov
574c52dc64 Fix typo 2022-09-07 13:42:25 +01:00
dan
9185945fef [Beta] Add disk cache for MDX (#5005)
* [Beta] Add disk cache for MDX

* Test cache

* Revert "Test cache"

This reverts commit 7d64ec4cd1.

* Add cache miss log
2022-09-07 13:40:11 +01:00
Dan Abramov
f1cdb194bd [Beta] Panel fixes 2022-09-07 04:44:52 +01:00
dan
9247d1a359 [Beta] Make banner scrollable (#5002) 2022-09-07 04:20:32 +01:00
Dan Abramov
18a4fc0220 [Beta] Misc fixes 2022-09-07 03:56:02 +01:00
zqran
f30a3bc1dc [Beta] update quote content (#4993)
* [Beta] update quote content

* [Beta] update quote content in Learn Doc

* [Beta] update `,"` to `",` in Learn Doc

* Update sharing-state-between-components.md

Co-authored-by: dan <dan.abramov@gmail.com>
2022-09-07 01:00:40 +01:00
dan
f7c91ebbf1 [Beta] Refactor Navigation (#5001) 2022-09-07 00:53:24 +01:00
Bryan Lee
6b217bf289 [Beta] Use defined variables to access elements (#4996)
Remove unused variables
2022-09-06 06:50:28 +01:00
dan
c6609013fd Add a comment 2022-09-06 03:49:24 +01:00
dan
a73274f094 [Beta] Autogen API table of contents (#4995) 2022-09-06 02:26:39 +01:00
dan
4b993722ac [Beta] Pre-process MDX during build (#4994) 2022-09-06 01:08:49 +01:00
dan
bc6310fd98 [Beta] Don't rely on special MDX props (#4991) 2022-09-06 00:24:23 +01:00
dan
6e21a2e5a8 [Beta] Move from MDX loader to getStaticPaths (#4990)
* Move Markdown from src/pages to src/content

* Use getStaticProps

* Fix Fast Refresh

* Clean up

* rm unused

* Fixes
2022-09-05 22:42:29 +01:00
zqran
fc4d44c44c [Beta] Add missing spaces (#4986) 2022-09-05 16:16:58 +01:00
zqran
0df0a05530 [Beta] clarify grammar (#4985) 2022-09-05 16:16:43 +01:00
Yanning
123a39a396 [Beta] Remove extra 'other' (#4987) 2022-09-05 16:16:22 +01:00
zqran
167b030818 [Beta] update handleClick() to handleClick (#4984) 2022-09-05 14:19:24 +01:00
Bryan Lee
102982abd2 [Beta] fix warning-keys (#4977) 2022-09-05 13:19:18 +01:00
zqran
41cde23ab0 [Beta] remove unnecessary parentheses and update quote content (#4983)
* [Beta] remove unused parentheses

* [Beta] change quote content

* [Beta] update quote content
2022-09-05 13:18:41 +01:00
dan
1d8f8eb465 [Beta] Remount Page Content (#4981) 2022-09-05 04:08:14 +01:00