Commit Graph

6113 Commits

Author SHA1 Message Date
Leedom
72dfcec824 chore: update the link of LICENSE-DOCS.md (#5799) 2023-03-23 15:57:47 +00:00
이동현
ccc8d1d44f Remove import React for consistency (#5804) 2023-03-23 15:57:32 +00:00
Vivek
2f8bd3019e added missing roomId prop to useEffect docs (#5803) 2023-03-23 15:57:11 +00:00
Dan Abramov
b9af9f5723 Link RSC to blog 2023-03-23 03:14:09 +00:00
Dan Abramov
7d297a2d80 Fix typo 2023-03-23 03:11:27 +00:00
Dan Abramov
3c1fa0b4fd Fix hanging word 2023-03-22 21:22:37 +00:00
Dan Abramov
c637579eae Tweak text 2023-03-22 21:12:50 +00:00
Dan Abramov
dfff349afa Typo 2023-03-22 20:49:40 +00:00
Dan Abramov
e108143652 Tweak casing 2023-03-22 20:44:29 +00:00
Dan Abramov
78f35d5a40 Fix typo 2023-03-22 20:42:48 +00:00
lauren
1b0c5e34de Add React Labs March 2023 blog post (#5798)
* Add React Labs March 2023 blog post

* Remove smart quotes

* Fix typo

* Fix smart quote direction

* edits

* edits

* clean up asset loading section

* more edits

* better summary for blogcard

* Add additional context to offscreen section

I expanded the Offscreen rendering section a bit to deemphasize the
API itself and focus more on the high level capabilities it will unlock.
Since 1) it's unlikely <Offscreen> is the final API 2) most React
developers will not use it directly.

* Tweak to sentence in offscreen section

* fix minor typo

* edits

* merge

* upd

* oops

* twk

* Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md

Co-authored-by: lauren <poteto@users.noreply.github.com>

* Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md

Co-authored-by: lauren <poteto@users.noreply.github.com>

* oops

* edits

* edits

* ok

---------

Co-authored-by: Andrew Clark <git@andrewclark.io>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2023-03-22 20:34:00 +00:00
Andriamanamihaga Zo Toavina
29789460cc Fix roomId not passed to child (#5795) 2023-03-22 12:38:29 +00:00
dan
8de8a0342d Fix search modal not disappearing on Enter (#5794)
* Remove dead prop

* Use React.lazy

* Render at most one dialog at a time
2023-03-22 01:56:34 +00:00
dan
53391209c4 Add a missing comment 2023-03-21 23:21:07 +00:00
yujiseok
113f509fde docs: Remove serverUrl in code example (#5791) 2023-03-21 23:20:07 +00:00
sushidesu
52b7706269 Fix Chart component to use handleClick (#5786) 2023-03-21 14:16:54 +00:00
Asif Vora
fecaa1e15f Update meetups.md (#5695)
* fix: resolved conflicts

* Remove un-used file

---------

Co-authored-by: Asif Vora <asifvora@SF-LAP-103.local>
2023-03-21 15:58:21 +05:30
Matijs
75001de449 Update startTransition.md (#5757)
Fix broken link to `useDeferredValue` reference
2023-03-21 01:22:18 +00:00
Pranav Yadav
963829f283 FIX: Various 'hrefs' - 'beta.reactjs.org' -> 'react.dev' (#5768)
- add relative hrefs
2023-03-21 01:22:06 +00:00
Teepob Harutaipree
b329ad8364 docs: Disable lint in Code Example Preview unblock user from seeing initial UI (#5762)
* add eslint to disable lint error

* Update removing-effect-dependencies.md

---------

Co-authored-by: Teepob Harutaipree <Teepob.Harutaipree@agoda.com>
Co-authored-by: dan <dan.abramov@gmail.com>
2023-03-21 01:19:36 +00:00
Zambrano
b40432a116 fix: grammar error (#5760) 2023-03-21 01:16:34 +00:00
Alex Visan
d0f94d15eb fix toc to highlight the correct header on click (#5765)
* fix toc to highlight the correct header on click

* fix case for when the toc has only a few headings
2023-03-21 01:16:14 +00:00
Pranav Yadav
61bf23ab9a FIX: Various typos across codebase :) (#5767) 2023-03-21 01:12:41 +00:00
David Ribeiro
6b4aa495a8 Wrong link fix - #5770 (#5771) 2023-03-21 01:10:21 +00:00
Dan Abramov
cbe2a266e2 Fix <meta> for Twitter 2023-03-21 01:06:14 +00:00
dan
e17c47a748 Edit GH action comment 2023-03-21 00:49:56 +00:00
Dan Abramov
8eeff10f77 Try to fix the workflow 2023-03-21 00:22:41 +00:00
Dan Abramov
4f2ea43f70 Remove current members from alumni 2023-03-20 23:31:26 +00:00
Dan Abramov
ce3adb841b Revert "Try to fix GH analyze workflow"
This reverts commit ca4444dfb4.
2023-03-20 23:28:38 +00:00
Dan Abramov
ca4444dfb4 Try to fix GH analyze workflow 2023-03-20 23:18:42 +00:00
dan
1926e48758 Disconnect sidebar scroll behaviors (#5778) 2023-03-20 23:18:05 +00:00
Dan Abramov
a77fa5589c Fix Git hooks 2023-03-20 23:15:12 +00:00
Dan Abramov
19ad88bf83 Prettier 2023-03-20 23:11:49 +00:00
Hernani Fernandes
e60d5e5b0a Add React On The Beach to the list of conferences. (#5763) 2023-03-20 22:04:27 +00:00
dan
ccc8a49786 Misc Footer fixes (#5777)
* Refactor Footer

* Fix grey line on dark homepage

This is a bit of a hack. Our sections are contain: 'content' so the background doesn't stretch far enough.

* Align horizontal lines

* Fix Quick Start not having Prev/Next
2023-03-20 22:03:32 +00:00
Andrew Mok
de6f0af32c fix: fix broken link in cloneElement.md (#5766) 2023-03-20 20:31:38 +01:00
Jongwoo Han
8e4f8c5e3f Replace deprecated command with environment file (#5776) 2023-03-20 18:45:02 +01:00
Dan Abramov
fc2e89cc43 Remove unnecessary scrollbar 2023-03-20 16:18:44 +00:00
Dean Leszman
1a11868029 Fix invalid link to useEffect docs (#5773)
Updated link from /api/useEffect to /reference/react/useEffect
2023-03-20 15:21:00 +00:00
Dan Abramov
67721a6f05 Reorder sections 2023-03-20 04:09:18 +00:00
Dan Abramov
e565b43abd Oops, reuse existing <meta> tag 2023-03-19 21:49:52 +00:00
Dan Abramov
ceaa729353 Maybe this? 2023-03-19 21:30:48 +00:00
Dan Abramov
0e72964224 Maybe this works 2023-03-19 21:28:34 +00:00
Dan Abramov
1c640c6dfd Maybe fix 2023-03-19 21:24:50 +00:00
Dan Abramov
5fff3bef53 Try to fix redirects 2023-03-19 21:21:01 +00:00
Dan Abramov
c00e4bf419 Add Google verification HTML 2023-03-19 21:13:04 +00:00
dan
cb47e2bec6 Fix GA for first page view (#5769) 2023-03-19 21:04:18 +00:00
Strek
febba57eec chore: remove labeler (#5748) 2023-03-19 12:26:11 +05:30
Dan Abramov
9e3eb15271 Update more links 2023-03-18 22:40:59 +00:00
Dan Abramov
dd65dcac3b Move beta to top level 2023-03-18 22:35:53 +00:00