Batuhan Tomo
82f2863efa
Fix #6915 : typo fix ( #6917 )
2025-06-28 15:03:46 -04:00
Jatin Singh
50d6991ca6
Update analyze_comment.yml ( #7840 )
2025-06-06 11:46:39 -04:00
Amirhossein Alibakhshi
5dca520188
fix(blog): resolve typo in React 19 blog post (refs → refs) ( #7828 )
...
This PR corrects a small typo in the React documentation, changing "`refs`" to "`ref`s" for accuracy and consistency.
2025-06-03 15:09:55 -04:00
Jan Kassens
5927c4e7d3
Replace Context.Provider with Context ( #7838 )
...
Update to be in line with the recommended way from React 19.
Docs https://react.dev/blog/2024/12/05/react-19#context-as-a-provider
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-06-03 15:08:53 -04:00
Kunall Banerjee
37b09ea82c
fix: typo in docs on prerendering ( #7823 )
2025-06-03 13:03:40 -04:00
minami yoshihiko
c60173f9a4
docs: Refactor context provider usage ( #7793 )
...
* delete provider
* Fix NavContext usage in Talks component
* Fix TocContext and LanguagesContext usage in Page component
* Fix IllustrationContext usage in IllustrationBlock component
* Fix LevelContext and TasksContext usage in managing-state.md
* Fix ThemeContext and Context usage in MyApp component
* Fix HighlightContext usage in List component
* Fix ThemeContext usage in MyApp component
* Fix ErrorDecoderContext usage in ErrorDecoderPage component
* Fix ThemeContext usage in MyPage and MyApp components
* Fix ThemeContext usage in MyApp component
* Fix useContext documentation to correct context provider references
* Fix context provider references in createContext documentation
* prettier
* Update src/content/reference/react/createContext.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-06-03 12:29:34 -04:00
Jan Kassens
87cef4a918
Remove forwardRef reference from API listing ( #7837 )
...
This API is now under "Legacy APIs" and should probably no longer be listed as a "modern API".
2025-06-03 12:28:27 -04:00
Aakansha Doshi
e90179047b
fix: use const where applicable in examples for keeping components pure ( #7819 )
2025-06-02 12:36:20 -04:00
Mike DiDomizio
06965de1d0
Add React Alicante 2025 to Conferences page ( #7674 )
2025-06-02 12:34:47 -04:00
John Kapantzakis
3dcc4c4ac0
Fix typo and clarily that a server function reference is created only when that function is used by a Client Component ( #7746 )
2025-06-02 12:34:02 -04:00
jinsoo
172f0b9958
Add uwu click animation ( #7822 )
2025-06-02 12:33:18 -04:00
Julius Lundang
94424aed87
Update referencing-values-with-refs.md ( #7829 )
...
Fixed invalid URL
2025-06-02 12:18:57 -04:00
G. van Dorland
a2d17d1218
Update components-and-hooks-must-be-pure.md ( #7830 )
...
Some grammar fixes, and language clarifications
2025-06-02 12:15:13 -04:00
Shubham Gupta
bbcb9af1c9
Update meetups.md adding React Rajasthan Community ( #7831 )
...
Adding the React Community for Rajasthan India
2025-06-02 12:12:59 -04:00
Dmitry Titov
9db23d6129
fix: correct broken WAI-ARIA modal dialog link in createPortal reference ( #7833 )
...
* fix link from ARIA dialog-modal
* chore: trigger CLA recheck
2025-06-02 11:34:46 -04:00
Soichiro Miki
3ee3a60a1b
Fix wrong explanation in preserving-and-resetting-state ( #6043 )
2025-05-26 10:56:28 +02:00
Josh Story
2571aee6db
Author: Josh Story <story@hey.com>
...
Date: 2025-05-21 11:01:46 -0700
clarify the nonce and signal options for prerender docs
clarifies why nonce is not an option for prerender APIs.
clarifies how you would use signal to abort a prerender with in page documentation
2025-05-21 11:01:59 -07:00
Ricky
f15830d5a1
Use experiemental in all uEE doc sandboxes ( #7820 )
2025-05-20 15:39:48 -04:00
Ayman Alhourani
65d297e93b
fix: typo in challenge solution ( #7816 )
2025-05-17 14:07:49 -04:00
Ayman Alhourani
0b68054c50
fix: wrong verb tense in doc ( #7818 )
2025-05-17 14:07:08 -04:00
Xleine
f275c9d3c2
fix: remove useless content ( #6615 )
2025-05-16 19:46:53 -07:00
Eric Cote
7ab1969da1
React Montreal Meetings have a new link ( #7809 )
2025-05-16 17:48:28 -04:00
bornkiss
c289cd0772
docs: add bsky link ( #7781 )
...
* docs: add bsky link
rename twitter to x
* Update src/content/community/index.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-05-16 16:03:04 -04:00
bornkiss
79e1c48c21
docs: update vite link ( #7784 )
2025-05-16 14:46:57 -04:00
Ajit
00587d6991
Add example of useActionState handling execution order ( #7733 )
2025-05-16 14:27:51 -04:00
Bartosz Klonowski
8b2fe2b1ae
Remove TODO comments and convert them to issues ( #7743 )
...
* Remove TODO comment and convert to an issue for react-test-renderer
* Remove TODO comment and convert to an issue for react-dom/test-utils
2025-05-16 14:23:50 -04:00
Ricky
69ce5d36cc
Add bold mono font ( #7815 )
...
---------
Co-authored-by: Nicolas Ettlin <nicolas.ettlin@me.com >
2025-05-16 14:22:52 -04:00
Ryosuke Hoda
9fb051933b
fix(reference): correct singular form of 'Server Functions' to 'Server Function' ( #7749 )
2025-05-16 13:55:34 -04:00
Ryosuke Hoda
b3b21663d6
fix(template): remove unnecessary import of React in template code ( #7750 )
2025-05-16 13:13:57 -04:00
Ricky
b92bb59de9
Remove stray console.log and image ( #7814 )
2025-05-16 13:11:16 -04:00
Gourav Bhardwaj
e2d9fd7f7d
Fix wrong documentation for effect events ( #7800 )
...
* Fix wrong documentation for effect events
* Update src/content/learn/separating-events-from-effects.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-05-16 12:09:15 -04:00
Mehmet Mallı
a73055f821
docs: fix misplaced prepositional phrase error ( #7799 )
2025-05-16 11:58:25 -04:00
Gourav Bhardwaj
ae4a40ac6a
No need for useState here — useCounter handles the state internally ( #7803 )
2025-05-16 11:13:23 -04:00
kosh
4a7bdc113a
fix: the value property of checkbox to the checked property ( #7804 )
2025-05-16 11:10:37 -04:00
Mohammad Reza Badri
73d7073d75
fix: correct overlay highlighting in code examples ( #7669 )
2025-05-15 10:49:24 -04:00
Ricky
a3e9466dfe
fix action pattern in useTransition / useOptimistic ( #7796 )
...
* fix action pattern in useOptimistic
* update useTransition too
2025-04-30 10:18:55 -04:00
Ricky
d6c4c0fee5
Fix useOptimistic example ( #7792 )
...
* fix useOptimistic example
* prepend messages
2025-04-29 18:07:34 -04:00
Mayada
4314b49a64
Improve grammar in component descriptions ( #7788 )
2025-04-29 13:58:00 -04:00
Jack Pope
022e0476c1
Remove extra copy of labs post ( #7787 )
2025-04-28 17:50:56 -04:00
Dhuruv Bansal
92dfd8c00c
fixed typo ( #7785 )
2025-04-28 14:45:03 -04:00
Nick Walker
ecf75969ef
docs: rename unstableViewTransition to unstable_ViewTransition ( #7778 )
2025-04-27 19:40:25 +01:00
Aakansha Doshi
d05547b9b8
fix: server-components link in few pages ( #7780 )
2025-04-26 17:54:12 +01:00
Sebastian "Sebbie" Silbermann
594ff452e2
Refine wording for Next.js + Compiler + SWC ( #7779 )
...
Co-authored-by: lauren <poteto@users.noreply.github.com >
2025-04-25 17:05:09 +02:00
Sophie Alpert
f94ab10ed4
Fix typos in blog post
2025-04-23 23:42:34 -07:00
Daniel Salvado
159df673c5
Add React Norway 2025 conference to community page ( #7766 )
...
* Add React Norway 2025 conference to community page
- Included details about the event date, location, and links to the website and social media.
* Remove extra blank line in conferences markdown file.
- An unnecessary blank line was removed to maintain consistent formatting
2025-04-23 22:21:17 -04:00
Eduardo Bouças
09c9593eba
Update Next.js deployment notes ( #7771 )
2025-04-23 17:06:53 +01:00
Ricky
358d2be565
[blog + docs] React Labs: View Transitions, Activity, and more ( #7772 )
...
* init
* Add new error
* Bunch of updates
* Add addTransitionType
* Add Activity
* Expand on Activity
* Expand more on Activity
* Start on vt examples
* wip
* wip
* wip 2
* bump deploy
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* init
* Add new error
* Bunch of updates
* Add addTransitionType
* Add Activity
* Expand on Activity
* Expand more on Activity
* Start on vt examples
* wip
* wip
* wip 2
* bump deploy
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update existing VT examples to use video items
* Suspense animation example
* Add customization example
* typos
* Remove TODOs -- we might still want these but cutting scope
* Address wp feedback
* Fix reorder example
* wip
* wip
* wip
* wip
* fix activity iframe resize
---------
Co-authored-by: Jack Pope <jackpope1@gmail.com >
2025-04-23 11:27:48 -04:00
Gleb Makhankov
55ddaa4f13
Add React Summit US 2025 and React Advanced London 2025 to conferences.md ( #7761 )
...
Add `React Summit US 2025` and `React Advanced London 2025` to the list of upcoming conferences (`conferences.md`).
2025-04-22 20:53:34 -04:00
Kim Sung Hyun
dd129e4493
fix a typo in name in the blog post ( #7762 )
2025-04-22 20:52:14 -04:00
lauren
5890bd6ecc
Update react-compiler-rc.md ( #7769 )
2025-04-22 20:46:55 -04:00