Matt Carroll
855ce2373d
Upgrade to React 19, Next 15.1 and enable React Compiler ( #6996 )
...
Co-authored-by: Sebastian Markbåge <sebastian@calyptus.eu >
Co-authored-by: Rick Hanlon <rickhanlonii@fb.com >
Co-authored-by: eps1lon <sebastian.silbermann@vercel.com >
2025-01-13 08:48:01 -08:00
Sebastian "Sebbie" Silbermann
517c0fa442
/errors: Empty args are not missing arguments ( #6767 )
2025-01-13 13:56:54 +01:00
barbaramarkiewicz
9000e6e003
Add React Universe Conf 2025 to list of conferences ( #7421 )
...
Added React Universe Conf 2025 to the list of conferences
2025-01-09 10:23:03 -08:00
Azzyxec
9c4bc2881b
Update server-functions.md ( #7396 )
...
In the section "Importing Server Functions from Client Components"
updated "createNoteAction" to "createNote" to match the function name in the example
2025-01-09 12:05:12 +05:30
Hichem Fantar
7b4f9484b3
fix: change overflow-x-scroll to overflow-x-auto in TerminalBlock component ( #7415 )
2025-01-09 12:02:35 +05:30
Amarachi Ugwu
c0b6bafbea
Fix broken Next.js base path configuration link ( #7419 )
2025-01-09 11:50:15 +05:30
Ricky
5e3e40045d
bot to notify for PRs ( #7408 )
2025-01-07 09:34:21 -05:00
Radoš Milićev
b1a249d597
Fix React Native DevTools link ( #7386 )
2024-12-24 12:22:42 +00:00
Matt Carroll
6ae99dddc3
Remove forwardRef references from useRef and Manipulating the DOM with Refs pages ( #7364 )
2024-12-20 10:45:30 -08:00
Batuhan Tomo
1517494944
refactor: remove unused useTransition import in App.js and update documentation for clarity ( #7377 )
2024-12-19 17:43:41 +00:00
Sebastian "Sebbie" Silbermann
8e41e32c50
Inline stylesheets are not Suspensey yet ( #7378 )
2024-12-19 08:25:32 -08:00
Krzysztof Piaskowy
03e74dd76b
Add info about App.js 2025 conference ( #7154 )
...
* App.js 2025
* reorder
2024-12-18 15:10:31 +05:30
lauren
8a5526e4f7
Update lauren ( #7373 )
2024-12-17 11:02:32 -05:00
정봉찬
e2bba41bf0
docs: fix readme node version ( #7316 )
2024-12-16 16:26:13 +00:00
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