Commit Graph

5162 Commits

Author SHA1 Message Date
Alexey Pyltsyn
a8b2e6110e Show sidebar scroll bar only when necessary 2021-11-05 22:52:07 +03:00
harish-sethuraman
ef8ec922d0 Fix typos (#4042) 2021-11-05 05:39:53 +00:00
harish-sethuraman
bb2ade74e6 Add linefeed in the mdx and handle it (#4039)
* Add linefeed in the mdx and handle it

* Add preserve whitespace
2021-11-05 05:34:46 +00:00
Dan Abramov
a9a04fe59e Typo 2021-11-04 23:57:39 +00:00
Dan Abramov
9dd3d5494b Fix error color in dark mode 2021-11-04 23:08:44 +00:00
Dan Abramov
d51f70658f [Beta] Dark more tweaks (#4019)
* Make sandbox themeable

* Fix gutters

* Fix FOUCs

Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
2021-11-04 22:56:40 +00:00
harish-sethuraman
5ba0ad88b8 Take system's theme for the beta site (#4022)
* Take system's theme for the site

* Add IIFE for dark mode in document load and preserve in localStorage

* Add types

* Fix SSR and respect override

Co-authored-by: Dan Abramov <dan.abramov@me.com>
2021-11-04 19:14:50 +00:00
Alexey Pyltsyn
a803dbfe19 Fix horizontal scrollbar on desktop (#4038) 2021-11-04 16:23:54 +00:00
Dan Abramov
8cd97ad66a Bump to Next 12 (#4037) 2021-11-04 00:50:54 +00:00
Dan Abramov
1c2f980f01 [Beta] Add bundle analyzer (#4036) 2021-11-04 00:00:32 +00:00
Rushabh Javeri
f848b3d375 Fixed typo: added 'are' (#4026) 2021-11-03 21:31:52 +00:00
eastcoasting
58196f0305 Fix case-sensitive search term in example. (#4024)
* Fix case-sensitive search term in example.

Converting both the name and search value to lowercase solves case sensitive searching.

* Update thinking-in-react.md

* Update thinking-in-react.md

* Update thinking-in-react.md

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2021-11-03 21:31:24 +00:00
Danilo Woznica
9707812678 fix(sandpack): do not translate code blocks (#4034) 2021-11-03 21:09:55 +00:00
Sylwia Vargas
bd4e8db929 [Beta] Misc edits to text and examples
Co-authored-by: Dan Abramov <dan.abramov@me.com>
2021-11-03 21:07:33 +00:00
Jeff
baa2656cfe add React Conf (#4028) 2021-11-01 19:38:13 +00:00
Josh Unger
bac7292df6 Add ReactNext 2021 (#3933)
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-10-29 12:50:45 +03:00
harish-sethuraman
8c750a9e45 Fix typo (#4021) 2021-10-29 12:45:54 +03:00
Rachel Nabors
926dbeeb7c Re-add public folder 2021-10-28 22:27:24 +01:00
Karl Horky
e348d9429c Swap wording (#4018)
Ref: https://github.com/reactjs/reactjs.org/pull/3965#discussion_r734374242
2021-10-28 22:16:28 +01:00
Dan Abramov
cb5fc20f5f deploy 2021-10-28 21:33:41 +01:00
Dan Abramov
07923227b2 Revert "Style scrollbars in dark mode (#3975)"
This reverts commit 446c15c195.
2021-10-28 21:33:41 +01:00
Dan Abramov
0a755a1f90 Update index.md 2021-10-28 21:33:41 +01:00
The Otterlord
c1d9db157f Style scrollbars in dark mode (#3975) 2021-10-28 21:33:41 +01:00
Shriram Balaji
191fff7902 fix: consoleBlock text & bg in dark mode (#3983) 2021-10-28 21:33:41 +01:00
Itai Leshem
20709b0190 Fix typo (#3998) 2021-10-28 21:33:41 +01:00
Shriram Balaji
d0d50fe16f fix: googleTranslate breaking terminal blocks (#3993)
* fix: googleTranslate breaking terminal blocks

* chore: prettier magic
2021-10-28 21:33:41 +01:00
Shriram Balaji
e056875e50 fix: googleTranslate breaks sandboxes (#3984) 2021-10-28 21:33:41 +01:00
François Chalifour
faeaf22fd1 Fix preconnect link to target search cluster (#3980)
The `appId` was retrieved from props but the `<Search>` component is never instantiated with props. So the preconnect link targeted an unknown search cluster:

```html
<link rel="preconnect" href="https://undefined-dsn.algolia.net" crossorigin="true">
```

This fixes the preconnect link by getting the `appId` from the website config.
2021-10-28 21:33:41 +01:00
R Nabors
e75356d0f3 fixing social sharing URL and description (#3974) 2021-10-28 21:33:41 +01:00
Dan Abramov
f2b8194e7c Update src/pages/community/meet-the-team.md
Co-authored-by: Hao-Ping <almigod0718@gmail.com>
2021-10-28 21:33:41 +01:00
Dan Abramov
9722d514d6 Update src/components/Seo.tsx
Co-authored-by: Lee Robinson <me@leerob.io>
2021-10-28 21:33:41 +01:00
Rachel Nabors
981db3397e Initial check-in of new React docs and website
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Sylwia Vargas <sylwia.vargas@gmail.com>
Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
Co-authored-by: Razvan Gradinar <grazvan@fb.com>
Co-authored-by: Jared Palmer <jared@palmer.net>
Co-authored-by: Dane Grant <danecando@gmail.com>
Co-authored-by: Dustin Goodman <dustin.s.goodman@gmail.com>
Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
Co-authored-by: Maggie Appleton <maggie.fm.appleton@gmail.com>
Co-authored-by: Alex Moldovan <alex.n.moldovan@gmail.com>
Co-authored-by: Ives van Hoorne <ives.v.h@gmail.com>
Co-authored-by: Brian Vaughn <bvaughn@fb.com>
Co-authored-by: Dmitri Pavlutin <dpavlutin@gmail.com>
2021-10-28 21:33:41 +01:00
Robert Haritonov
ee1d70dcbd Add React Summit 2022, sort conferences in correct dates order (#4006) 2021-10-28 00:35:07 +03:00
Nikita Bayev
f574b8f9a5 Add proper link to Parcel recipe for React (#3999) 2021-10-26 14:44:02 +01:00
Alexey Pyltsyn
01084d5aeb Improve new sentence in tutorial 2021-10-25 10:15:58 +03:00
Justin E. Samuels
f2158e3671 Added dates for Render-Atlanta 2022 (#3934)
June 2-4, 2022. Render-Atlanta 2022
2021-10-25 02:31:07 +03:00
Thomas Vogel
0ba654ddb8 Added AgentConf to the conference list (#3950) 2021-10-25 02:30:48 +03:00
ramadevsign
19fb01140a Add Reactdevske to the reactjs.org meetups page (#3960) 2021-10-25 02:29:51 +03:00
Dan Abramov
b62e4475d6 Kick off build 2021-10-21 22:53:47 +01:00
Dan Abramov
064aed8d1c Add build-ci alias 2021-10-21 22:51:44 +01:00
Matt Wang
0f4d7a49c2 Fixes broken link to Relay "Getting Started Guide" in "Suspense for Data Fetching (Experimental)" (#3963) 2021-10-20 12:52:45 +02:00
VAMSI DEVALLA
f78f3b125f explanation about "state updates are merged" (#3956) 2021-10-18 11:01:10 +02:00
Erol Aliyev
4133943e71 Fix broken link (#3953) 2021-10-13 14:21:59 +02:00
Dan Abramov
9b3c3f4e61 remove outdated recommendation 2021-10-10 23:07:49 +01:00
Rahul Bhooteshwar
449cb26bb9 docs: correct online editor link for jsx demo (#3935) (#3945) 2021-10-08 11:12:54 +02:00
Dan Abramov
56e3054c0c Fix redirects 2021-10-07 19:28:16 +01:00
Nico Lovejoy
e5f91308e1 minor update to wording for thinking-in-react.md (#3814) 2021-10-07 09:37:04 +02:00
Joshua
4a0b0eca88 Remove Spectrum from community support page (#3949) 2021-10-06 15:41:51 +02:00
Alonso Holmes
91374d36b8 [Docs] Fix typo in ErrorBoundary docs (#3947) 2021-10-05 09:47:19 +02:00
Afiq Nazrie
284c2544f1 Add explanation of step and move variables (#3823) 2021-10-04 09:49:26 +02:00