Commit Graph

6138 Commits

Author SHA1 Message Date
Dan Abramov
4d2dbadd81 Update search API key 2023-04-04 15:19:45 +01:00
퉁이리
d818391e6f docs: add-missing-space-in-unmount-component-at-node (#5875) 2023-04-03 23:53:24 +01:00
이동현
052126d09e Fix small typo (#5865) 2023-04-03 19:49:12 +01:00
Kalyan Vedala
a905bc527a Use opening fragment instead of div (#5872) 2023-04-03 23:38:38 +05:30
dan
f37ef36b07 Clarify tutorial 2023-04-01 20:20:20 +01:00
dan
5273fe2a9a Add <meta> tag for search order (#5859) 2023-04-01 20:07:23 +01:00
Sophie Alpert
9f0f1c1ebf Fix typo in updating-arrays-in-state.md
Thanks to Alex H for reporting.
2023-03-31 16:27:35 -07:00
lxmarinkovic
8f05b84ac4 Adding Conference - Chain React 2023 - Portland, USA (#5852)
* adding-chain-reaction-2023-conference

* adding-chain-reaction-2023-conference
2023-03-31 22:56:48 +01:00
Dan Lebo
881f928f87 improve visibility of code 2023-03-29 22:01:20 -07:00
dan
6b22284eb3 Add more fonts (#5841)
* Use regular font for body text

* Use primary text color for content area

* Keep medium font for nav

* Add italics

* Hook up more fonts
2023-03-30 00:39:37 +01:00
Dan Abramov
faa395f25c Add missing fonts 2023-03-29 23:56:21 +01:00
Dan Abramov
7f296c6bb0 Change URLs for fonts 2023-03-29 23:50:59 +01:00
Dan Abramov
5e1ec56701 Download all fonts 2023-03-29 22:54:03 +01:00
Luna
81c91bcad5 Add additional thanks to React Labs post (#5843) 2023-03-29 21:38:39 +01:00
Ruchita
53f6bb709b docs: fix typos in Component section of Legacy APIs (#5842) 2023-03-30 00:21:15 +05:30
lijianan
7f7308c85e chore: use default parameters replace defaultProps (#5839) 2023-03-29 13:58:36 +01:00
Jasper De Moor
d1ce846f44 chore: update bundlerUrl (#5835) 2023-03-28 17:36:34 +01:00
Delba de Oliveira
401ca1a65c Docs: Update sentence about Next.js static export (#5837)
* Update sentence about static export

Support for static exports will be available in v13.3 (coming soon)

* Add also*
2023-03-28 16:01:35 +01:00
이동현
e5fd79cdbb Fix typo: missing reactNode in hydrateRoot.md (#5827) 2023-03-26 21:33:10 +02:00
Aliaksandr
e18bb3b257 Add useState semicolon (#5823) 2023-03-25 21:37:26 +01:00
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