Commit Graph

6639 Commits

Author SHA1 Message Date
Sebastian Ong
c37fdd38ff Remove forwardref from useImperativeHandle docs (#7360)
* fix: remove forwardref from useImperativeHandle docs

* Make changes more focused

* Update useImperativeHandle.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2024-12-16 16:25:07 +00:00
Piotr Tomczewski
998519969e docs[compiler]: clarify React DevTools support for Compiler Badges in React Native (#7369)
* docs[compiler]: clarify React DevTools support for Compiler Badges in React Native

* Update react-compiler.md

* Update react-compiler.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2024-12-16 16:13:10 +00:00
Soichiro Miki
8ac5531913 Rename remaining "Server Actions" (#7352) 2024-12-16 16:11:21 +00:00
Soichiro Miki
204b3f1975 Remove canary flag from useFormStatus (#7349) 2024-12-16 16:11:06 +00:00
Ethan Shea
93a03f121c docs: Fix broken link to next.js Suspense docs (#7318) 2024-12-16 16:10:53 +00:00
Sébastien Lorber
3558095589 docs: include React 19 blog post in sidebarBlog.json (#7331) 2024-12-16 16:09:03 +00:00
JZZICK
0f8bd80112 Code example mistake in useMemo page (#7335) 2024-12-16 16:08:28 +00:00
Jeremy Deutsch
807e7fa94f Mention that uncontrolled form elements are reset by form actions (#7340) 2024-12-16 16:07:36 +00:00
Steve Xu
a4b6074cd6 fix: page does not exist (#7348) 2024-12-16 16:06:17 +00:00
Simon
08056131f1 fix broken link in use server (#7351) 2024-12-16 16:05:53 +00:00
Andrew Patton
4b5ce9150c Add missing react-error-boundary dependency (#7353)
the “Dealing with rejected Promises” codesandbox example depends on react-error-boundary, but doesn’t specify it as a dependency, so the code example is broken
2024-12-16 16:05:36 +00:00
Denis Urban
37e1ce947f Add React Summit 2025 to conferences.md; move past conferences to the appropriate section (#7354) 2024-12-16 16:05:15 +00:00
Soichiro Miki
d3cde8f03b Fix "won't break between majors" (#7357) 2024-12-16 16:04:07 +00:00
Jealh
4349dd5dc0 fix: anchor (#7343) 2024-12-16 16:03:29 +00:00
Baoshuo
04ba43cb24 fix: add link to prop-type codemod (#7344) 2024-12-16 16:03:15 +00:00
Amin Zaherdannak
d4d16832ea chore: fix a typo in startTransition docs (#7361) 2024-12-16 16:02:53 +00:00
Amin Zaherdannak
31456db6c9 chore: correct typo in useTransition docs (#7366) 2024-12-16 16:02:37 +00:00
huiliangShen
d3bd0f9d8a Update act.md (#7363)
docs: fixed typo act md counter fn grammar error
2024-12-16 16:02:18 +00:00
Coal
c92bad2fa2 chore: several major typo fixes (#7362)
Co-authored-by: Josue Navas <josue.navas@eagleview.com>
2024-12-16 16:01:48 +00:00
Soichiro Miki
07eca83777 Fix intro of prerenderToNodeStream (#7356) 2024-12-16 15:59:51 +00:00
Eric Cote
bc93f0578d Fix stylesheet precedence example (#7235)
* Fix stylesheet precedence example

* Update link.md

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2024-12-16 15:58:20 +00:00
Ahmet Özenir
51864f6f58 (fix): mismatch href bug (#7368)
"use-server" docs Server Functions href fixed.
2024-12-16 14:27:33 +00:00
Jimmy Callin
9fb491d71f Fix troubleshooting links in startTransition reference (#7367)
* fix links

* Update startTransition.md

* Update startTransition.md

* Update startTransition.md

* Update startTransition.md
2024-12-16 14:27:14 +00:00
Alex Hunt
3b02f828ff Update React DevTools docs to reference RN DevTools (#7355) 2024-12-11 12:38:13 -05:00
Jake Saterlay
69edd845b9 fixed typo in yarn add command (#7326) 2024-12-06 00:18:01 +01:00
Rick Hanlon
acda167885 Add compiler beta release to Version changelog 2024-12-05 15:51:11 -05:00
Mayank
ebedc89daf fix links to prerender docs (#7323) 2024-12-05 15:43:29 -05:00
Ricky
4d7cc91f01 Update Versions page (#7324) 2024-12-05 15:43:10 -05:00
Sebastian "Sebbie" Silbermann
8235ae9510 Fix types install instructions in 19 upgrade guide 2024-12-05 20:20:05 +01:00
Rick Hanlon
d2536c069e fix vv19 2024-12-05 14:08:01 -05:00
Rick Hanlon
d6f36592e0 update version label 2024-12-05 14:06:16 -05:00
Ricky
4673a050e1 Merge v19 docs to main (#7322)
* Convert "Canary" callouts to "React 19 beta" (#6811)

* Convert "Canary" callouts to "React 19 beta"

* Starting in

* Bump version string

* Bump deploy

* Bump deploy

* Bump deploy

* [19] Remove <NextMajor> callouts (#6844)

* Remove <NextMajor> callouts

* rm if(node)

* Delete removed APIs from 19 docs (#6845)

* Add information about ref handling in strict mode (#6777)

* Add information about DOM ref handling in strict mode

* switch order of ref object / ref callback in strictmode doc

* use 'refs to components' terminology instead of 'DOM refs'

* update references to canary/r19

* Expand usage example and remove badges

---------

Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>

* [19] s/"Server Action"/"Server Function" (#7180)

* [19] s/Server Action/Server Function

* Revert /blog and change redirect

* Add note

* Tweak note

* [v19] Update sandboxes to 19 RC (#7196)

* Update transition docs for React 19 (#6837)

* Add async transitions to React 19 docs

* Updates from feedback

* tweaks

* grammar

* Add startTranstion API

* Apply suggestions from code review

Co-authored-by: Noah Lemen <noah.lemen@gmail.com>

* Updated

* capitalization

* grammar

---------

Co-authored-by: Noah Lemen <noah.lemen@gmail.com>

* [19] Add docs for prerender APIs (#7320)

* Add prerender APIs

* fix code blocks

---------

Co-authored-by: Noah Lemen <noah.lemen@gmail.com>
2024-12-05 14:03:22 -05:00
Ricky
fd8b1e02b4 Update React v19 blog post for stable release (#7321)
* React v19 blog update

* re-add sebbie's install updates

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

---------

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
2024-12-05 13:53:26 -05:00
Sophie Alpert
4bae717f59 Fix typo in react-19-upgrade-guide.md 2024-12-02 14:13:55 -08:00
Sophie Alpert
6a35e13d5e Update react-19-upgrade-guide.md 2024-12-02 14:13:32 -08:00
Ricky
84f29eb20a Update React 19 Upgrade Guide with pre-warming change (#7292)
* Update React 19 Upgrade Guide with pre-warming change

* Better captions
2024-11-14 15:46:05 -05:00
Golamrabbi Azad
1d1767f412 fix: broken link of react-compiler reference to nextjs docs (#7285) 2024-11-14 12:03:11 -08:00
Josh Story
891b20c935 Update socials for Josh Story (#7290) 2024-11-13 13:50:58 -08:00
Bartosz Kaszubowski
3246989c21 Compiler: Update link to Expo documentation (#7288) 2024-11-12 20:05:32 +05:30
Josh Story
b214f78433 Update socials for Josh Story (#7282) 2024-11-08 13:33:37 -08:00
lauren
8201e7e920 [ci] Speed up CI (#7277)
* [ci] Speed up site lint job

* fix

* also speed up analyze
2024-11-03 10:22:10 -05:00
lauren
ab51439a54 Add poteto bsky (#7276) 2024-11-03 10:05:48 -05:00
dan
75e4d400be Add Bluesky as profile link option to team page + footer (#7273)
* Add Bluesky as profile link option to team page + footer

* Remove my X

It's cleaner.

* Add Rick bsky
2024-11-02 17:21:25 +00:00
Young Shung
b4b33c49c4 Replace contributors dead link (#7272) 2024-11-02 17:07:51 +00:00
Andre Sander
eb174dd932 Update components-and-hooks-must-be-pure.md (#7245) 2024-10-23 12:12:04 -04:00
Karl Horky
e628e5df0d Add ESLint flat config example, fix ESLint name (#7246)
* Add ESLint flat config example, fix ESLint name

* Use official terminology

* Fix key
2024-10-23 12:11:08 -04:00
lauren
1bda70ac45 Add link to eslint configuration in compiler blog post (#7244) 2024-10-22 01:55:44 -04:00
Ricky
a3656c235e Add atproto-did (#7242) 2024-10-21 16:07:47 -04:00
lauren
e2b2b90c2d Fix capitalization of eslint (#7241) 2024-10-21 15:02:06 -04:00
lauren
d9e650fe6e Add React Compiler Beta Release post (#7240)
Add a new blog post announcing the React Compiler Beta release!
2024-10-21 14:22:35 -04:00