Commit Graph

6729 Commits

Author SHA1 Message Date
Tyler Luckewicz
5138e60522 Fix small grammatical mistake on Reusing Logic with Custom Hooks page (#7682)
* Fix small grammatical mistake

* Update src/content/learn/reusing-logic-with-custom-hooks.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2025-04-02 12:37:46 -04:00
Philip Durbin
0ea503b0fc typo (#7685) 2025-04-02 12:21:50 -04:00
Will Klein
c74271e26a Add React Denver to the Meetups page (#4727)
Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
2025-04-02 12:17:42 -04:00
Darshan Parmar
9fc122194a Update meetups.md (#7700)
Updated `react-ahmedabad` community link to respective domain name
2025-04-02 11:59:03 -04:00
Ricky
3dfa3bdd23 Fix heading links in StrictMode (#7713) 2025-04-02 11:36:56 -04:00
Mysh!
b5c16dcffa fix(reference): declare subscribe before passing it to the hook (#7711) 2025-04-02 11:35:25 -04:00
Sebastian "Sebbie" Silbermann
b77c05d807 Misc captureOwnerStack cleanup after stable release (#7710)
1. Stop using `canary` for `captureOwnerStack` sandboxes
1. Remove remaining Canary badges from `captureOwnerStack` mentions
2025-04-02 10:52:21 +02:00
Sebastian "Sebbie" Silbermann
6a548a8551 Use stable React by default in Sandpacks (#7709) 2025-04-02 10:49:35 +02:00
William DRIOT
06500ec44a Typo correction (#7657) 2025-04-02 01:24:43 -04:00
Ben
b5f5134b1f update reactrouter url (#7703)
* update reactrouter url

* Update src/content/learn/build-a-react-app-from-scratch.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2025-04-01 11:27:35 -04:00
Ricky
c0e1774ae9 [errors] special case for 418 (#7705) 2025-04-01 11:21:03 -04:00
Ricky
38ee8d2a4f Add note about StrictMode not as the root component (#7702) 2025-03-31 12:58:06 -04:00
Jack Pope
9f87530c0e Remove captureOwnerStack canary banner (#7701)
* Remove captureOwnerStack canary banner

* Update nav and site config
2025-03-31 12:36:35 -04:00
Petr Chalupa
2859efa073 Add React Prague community (#7279)
* Add React Prague community

* Update link
2025-03-25 17:28:39 -04:00
Alberto Velandia
6788f6bade Fixes typo (#7688) 2025-03-24 18:47:47 -04:00
lauren
9b2ad174d0 [ci] Remove unused param (#7695)
https://github.com/facebook/react/pull/32727 removes the `is_remote` param.
2025-03-24 16:40:33 -04:00
Ricky
0bc63000f7 [ci] fix notify for forks (#7694) 2025-03-24 15:46:53 -04:00
lauren
f6d762cbbf [ci] Pin 3rd party actions to specific hash (#7690)
* [ci] Fix permissions and don't use pull_request_target

Defaults permissions to none for all workflows, and only request extra permissions when needed.

Similar to https://github.com/facebook/react/pull/32708, prefer the less permissive `pull_request` trigger instead.

* [ci] Pin 3rd party actions to specific hash
2025-03-21 16:32:50 -04:00
lauren
982b16d60e [ci] Fix permissions and don't use pull_request_target (#7689)
Defaults permissions to none for all workflows, and only request extra permissions when needed.

Similar to https://github.com/facebook/react/pull/32708, prefer the less permissive `pull_request` trigger instead.
2025-03-21 16:32:38 -04:00
Laurent Thiebault
ab18d2f0f5 docs: update creating-a-react-app.md (broken link anchor) (#7671) 2025-03-06 14:47:36 +05:30
lauren
6326e7b1b9 [ci] Run notify workflow on open or ready for review (#7660)
Ports over the fix in the facebook/react repo for this workflow. We don't have to wait for it to be labeled first, now that we have the reusable maintainer check.
2025-02-28 11:23:33 -05:00
Josef Hartsough
5f09d9f446 Invalid bluesky dev account link (#7653)
* Update index.md

Invalid link to bluesky account

* Update index.md

Fixed invalid bluesky link for react.dev
2025-02-27 10:41:09 +00:00
Karthikeyan B
cc774fa231 removing Provider as in React 19 Context can be used as a provider (#7654) 2025-02-27 10:40:41 +00:00
Sam Ko
4a4e579fdb docs(hydrateRoot): update suppressHydrationWarning behavior (#7651) 2025-02-26 21:08:17 +01:00
Asha Armstrong-Zaid
fc29603434 Fix 'optimistically updating form data' demo bug (#7646)
This is the exact same fix as #6422 as the example is duplicated between the useOptimistic and <form> pages.
2025-02-22 17:30:13 +00:00
Sam Ko
dcaf07efd1 chore(docs): add mention that React will drop all extraneous props for <style> when using the precedence property (#7643) 2025-02-21 17:03:22 -08:00
Joonyoung Hong
a42121e479 fix: correct typo in hydrateRoot.md (#7637) 2025-02-20 10:59:42 -08:00
Devon Govett
6ef277aab1 Update CRA to Parcel migration guide (#7638) 2025-02-20 01:03:46 -05:00
Dixita Ganatra
383b389878 Remove forwardRefs from recap and challenges (#7475) 2025-02-19 23:01:18 +00:00
Yao Ding
c03f029050 Fix broken header link in CRA blog post(#7632)
* Fix broken header link

* Update sunsetting-create-react-app.md
2025-02-18 13:35:19 -08:00
Punith1117
f3e99214c0 clarify alert message behavior in issue #7494 (#7629)
* clarify alert message behavior in issue #7494

Reworded the explanation regarding the alert message in the documentation to better describe its behavior. The alert shows the previously entered name, with an initial value set to an empty string.

* Update src/content/learn/state-a-components-memory.md

* Update src/content/learn/state-a-components-memory.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2025-02-18 09:50:41 -05:00
Pier-Luc Caron St-Pierre
55d1f8fab6 Update input.md (#7418)
* Update input.md

Fix typo about input

* Update src/content/reference/react-dom/components/input.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2025-02-18 00:50:24 -05:00
Alex Safian
126d8c9aa5 Update nextjs link with the latest URL (#7389)
* Update nextjs link with the latest URL

The previous link redirected users to a 404 page.

* Update src/content/reference/react/useDeferredValue.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2025-02-18 00:43:08 -05:00
Radoš Milićev
0593d01496 Fix typo in render-and-commit.md (#7405) 2025-02-18 00:42:55 -05:00
Hyun Don Moon
ff12973def Fix error in second code snippet under Server Functions with Actions (#7414) 2025-02-18 00:35:39 -05:00
Amir Ali
2cf66683e7 Update react-19-upgrade-guide.md (#7411)
fix 18.3.0 release changelog link
2025-02-18 00:35:03 -05:00
Tim Parsons
32cb13a959 updated incorrect logic (#7482) 2025-02-17 23:57:11 -05:00
Ricky
aaf392ae24 Fix more broken links (#7628) 2025-02-17 23:39:05 -05:00
Ricky
c726e7d1e4 Fix broken heading link (#7627) 2025-02-17 20:16:14 -05:00
Ricky
c7099e36b0 Fix headings and add link (#7626) 2025-02-17 20:02:08 -05:00
Pranav Pise
1a4183a6be fix: typo for issue #7491 (#7493) 2025-02-17 19:40:03 -05:00
Jason Qiu
34e13df281 Fix setup page (#7607)
* Remove starting react project from setup page

* Fix typo
2025-02-17 19:39:15 -05:00
Ricky
604407a0da Updates from feedback (#7624)
* [Blog + Docs] Updates from feedback

* Merge in changes from #7618

Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>

* Say the words "Vite", "Parcel", and "Rsbuild"

* Tweaks from feedback

* re-apply #7615

* merge in #7622

Co-authored-by: elitalpa <elitalpa@gmail.com>

---------

Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>
Co-authored-by: elitalpa <elitalpa@gmail.com>
2025-02-17 17:54:29 -05:00
Erasmo Hernández
09f39a07a1 fix: Dashboard component name in blogpost (#7621) 2025-02-17 09:26:18 -08:00
Zack Chapple
1923248a1e fix(docs): webpack branding states it should be lower case (#7617)
* fix(docs): webpack branding states it should be lower case

* chore: fix more occurrences

---------

Co-authored-by: Strek <ssharishkumar@gmail.com>
2025-02-17 11:58:59 +05:30
neverland
49284218b1 Add Rsbuild as a build tool for React projects (#7608) 2025-02-16 14:52:28 -05:00
elitalpa
c438e9a881 fix(docs): wrong vite command (#7615) 2025-02-16 14:43:15 -05:00
Otabek Shoyimov
294c731369 fix(docs): wrong redirect link to /learn/creating-a-react-app on Create React App (Depreacted) page section (#7612) 2025-02-16 14:41:47 -05:00
lauren
3ba4f8cee3 Fix misspelling in cra blog post (#7496) 2025-02-14 14:14:56 -05:00
Ricky
7cf1f500d8 Blog and docs: Sunsetting Create React App (#7495)
* Blog and docs: Sunsetting Create React App

* fix link

* tweaks

* fix markdown

* clarity + thanks
2025-02-14 13:40:33 -05:00