Strek
a4baf3bd84
chore: format json
2023-03-25 02:10:40 +05:30
Strek
dccfdb5084
chore: add json for formatting in prettier
2023-03-25 02:01:45 +05:30
Strek
cd51efcb73
chore: format codebase
2023-03-25 02:01:17 +05:30
Strek
86d4e08b1c
chore: add prettier tailwind plugin
2023-03-25 02:00:52 +05:30
Tristan
f68a91bb7e
Remove superfluous word 'like' ( #5813 )
...
'Your Effect would look like similar to this' -> 'Your Effect would look similar to this'
2023-03-24 18:30:00 +00:00
Abhinav Mahajan
9f89fff57c
Resolved the Tailwind CSS conflicts ( #5814 )
...
* Resolved the CSS conflict
* Resolved the CSS conflicts in other files
2023-03-24 17:55:07 +00:00
Pascal Fong Kye
8a12d3352d
fix(docs): small typos ( #5787 )
2023-03-23 18:45:23 -07:00
Jason Bonta
7f04124154
Update "top level" language to be less ambiguous with "levelContext" ( #5807 )
...
We use "top level" all over the docs, but this specific topic uses a different meaning of "level". If you're learning about passing context across multiple "levels" of components, this is actually pretty confusing and makes you think you can only useContext at, for example, the top level of your app.
2023-03-23 17:55:41 +00:00
Efrice
4b313b9755
chore: update tutorial-tic-tac-toe.md ( #5802 )
2023-03-23 15:58:42 +00:00
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