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
Sebastian "Sebbie" Silbermann
dfc4448e0d
Reference docs for captureOwnerStack ( #7427 )
...
Co-authored-by: Ricky <rickhanlonii@fb.com >
2025-02-13 21:01:52 +01:00
Kiran Abburi
c76a1f7a3e
Added React Nexus 2025 to the conference list ( #7463 )
2025-02-10 15:57:28 -05:00
Henrik Rinne
7cb25e328b
Adding React Helsinki meetup ( #7474 )
...
* Update meetups.md
Added React Helsinki to meetups.
* Update meetups.md
2025-02-10 15:56:27 -05:00
Brion Mario
9a18bcda91
docs: add javascript colombo, sri lanka meetup ( #7289 )
2025-02-10 15:55:11 -05:00
Sophie Alpert
91614a51a1
Clarify security updates in versioning-policy.md ( #7485 )
2025-02-09 14:35:05 -08:00
Karl Horky
6fc98fffda
Fix Vite URLs ( #7462 )
...
* Fix Vite link
* Fix additional vitejs.dev URLs to use vite.dev
2025-02-02 13:19:49 -05:00
dan
af0358f1d2
Revert "feat: migrate React.dev to the App Router ( #7437 )" ( #7466 )
...
This reverts commit 0eb0f889b1 .
2025-02-01 19:21:43 +00:00
Jimmy Lai
0eb0f889b1
feat: migrate React.dev to the App Router ( #7437 )
...
* update version to latest + move folders around
* getting home page working
* make the mdx setup work
* bypass mdxname
* split out mdx components
* re-add meta mdx logic
* replace mdxName usage
* fix code blocks
* fix max width
* convert mdx post processing to actual plugins
* fix tailwind
* fix incorrect iframe props
* cleanup mdx dic
* make it actually build
* align fonts
* fix uwu script
* fix search
* remove _app
* make it actually build
* replace next-watch-remote with custom setup
* clean up logs + clean up inline scripts
* add rss handler
* remove rss generation
* remove rss generation
* support MDX components for TOC
* clean up log + bump cache
* fix toc
* add back translations + add new overlay
* use MDX link instead of Next.js links for translation
* fix analytics
* add myself to the contributors
* fix blinking sidebar
* avoid rendering toc on the client
* plugin metadata
* simplify metadata
* fix title
* clean up metadata
* add back error decoder
* Update src/content/learn/index.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-02-01 11:35:16 -05:00
Ricky
3bb7a4eb24
Team page updates ( #7438 )
2025-01-27 13:56:16 -05:00
Eli White
ef705c704c
Update Eli's github username on the team page ( #7460 )
2025-01-27 10:08:30 -08:00
Renato Dell'Osso
305db5f269
Capitalized Suspense in a few files ( #7449 )
2025-01-27 12:34:36 -05:00
Ryan Christian
9001bc6f23
docs: Correct var reference in prerender example ( #7434 )
2025-01-27 12:34:16 -05:00
Phanendra Guptha Katta
066b6c1ee8
bumped up the versions of docsearch packages ( #7458 )
2025-01-27 12:33:37 -05:00
Sruthi Krishnakumar
4d44167a43
import missing useState in the useEffect markdown file ( #7457 )
2025-01-27 11:25:15 -05:00
lauren
a5aad0d5e9
[ci] Update discord notification bot to use remote workflow ( #7455 )
2025-01-24 15:25:50 -05:00
lauren
2f248396ec
[ci] Specify is_remote input to maintainer check workflow ( #7453 )
2025-01-24 15:08:25 -05:00
lauren
07f13abcf3
[ci] Add workflow to label PRs from core team ( #7451 )
...
Reuses the main repo's workflow to label if a PR is opened by a core team member.
2025-01-24 13:49:29 -05:00
Sophie Alpert
7cdbed03a6
Mention startTransition in useActionState docs ( #7448 )
2025-01-24 09:25:14 -08:00
Aris Markogiannakis
c140d2cc6f
Update conferences.md for CityJS Athens and London Events ( #7425 )
...
* Update conferences.md for CityJS Athens and London Events
Dear people, I would really appreciate if you include our community events on your website. It might not be titled as React conferences but it does have a lot of React on it! Thank you it is very much appreciated.
* Update conferences.md
Removed spaces as requested.
2025-01-22 16:07:25 +05:30
slavgetov
b03017aaee
fix typo ( #7440 )
2025-01-21 21:39:10 +05:30
Simone Civetta
e88e3d0f45
React Native Connection is back in 2025 ( #7311 )
2025-01-21 09:57:13 +05:30
Mike DiDomizio
ee361b5da4
Update React Paris conference year to 2025 ( #7439 )
2025-01-21 09:56:46 +05:30
Hichem Fantar
b22cbc3fed
Update Dan Abramov's broken Twitter link to bsky.app across multiple blog posts ( #7431 )
2025-01-15 15:40:30 +00:00
Sahil Mhapsekar
a2d4932b33
Update Conferences Lists for 2025 ( #7406 )
...
* Update Conferences Lists for 2025
* fix typo
* Fix typo
2025-01-14 19:11:47 -05:00
Sebastian "Sebbie" Silbermann
ee8a829f99
Disallow /index.html in sandboxes ( #7430 )
2025-01-14 20:29:35 +01:00
lauren
316230adfc
Update React compiler and install eslint plugin ( #7428 )
2025-01-13 17:53:40 -05:00
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