Commit fd34c06
* fix: correct overlay highlighting in code examples (#7669)
* fix: the value property of checkbox to the checked property (#7804)
* No need for useState here — useCounter handles the state internally (#7803)
* docs: fix misplaced prepositional phrase error (#7799)
* 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 <[email protected]>
* Remove stray console.log and image (#7814)
* fix(template): remove unnecessary import of React in template code (#7750)
* fix(reference): correct singular form of 'Server Functions' to 'Server Function' (#7749)
* Add bold mono font (#7815)
---------
Co-authored-by: Nicolas Ettlin <[email protected]>
* 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
* Add example of `useActionState` handling execution order (#7733)
* docs: update vite link (#7784)
* docs: add bsky link (#7781)
* docs: add bsky link
rename twitter to x
* Update src/content/community/index.md
---------
Co-authored-by: Ricky <[email protected]>
* React Montreal Meetings have a new link (#7809)
* fix: remove useless content (#6615)
* fix: wrong verb tense in doc (#7818)
* fix: typo in challenge solution (#7816)
* Use experiemental in all uEE doc sandboxes (#7820)
* Author: Josh Story <[email protected]>
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
* Fix wrong explanation in preserving-and-resetting-state (#6043)
* fix: correct broken WAI-ARIA modal dialog link in createPortal reference (#7833)
* fix link from ARIA dialog-modal
* chore: trigger CLA recheck
* Update meetups.md adding React Rajasthan Community (#7831)
Adding the React Community for Rajasthan India
* Update components-and-hooks-must-be-pure.md (#7830)
Some grammar fixes, and language clarifications
* Update referencing-values-with-refs.md (#7829)
Fixed invalid URL
* Add uwu click animation (#7822)
* Fix typo and clarily that a server function reference is created only when that function is used by a Client Component (#7746)
* Add React Alicante 2025 to Conferences page (#7674)
* fix: use const where applicable in examples for keeping components pure (#7819)
* 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".
* 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 <[email protected]>
* fix: typo in docs on prerendering (#7823)
* 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 <[email protected]>
* fix(blog): resolve typo in React 19 blog post (`refs` → `ref`s) (#7828)
This PR corrects a small typo in the React documentation, changing "`refs`" to "`ref`s" for accuracy and consistency.
* Update analyze_comment.yml (#7840)
---------
Co-authored-by: Mohammad Reza Badri <[email protected]>
Co-authored-by: kosh <[email protected]>
Co-authored-by: Gourav Bhardwaj <[email protected]>
Co-authored-by: Mehmet Mallı <[email protected]>
Co-authored-by: Ricky <[email protected]>
Co-authored-by: Ryosuke Hoda <[email protected]>
Co-authored-by: Nicolas Ettlin <[email protected]>
Co-authored-by: Bartosz Klonowski <[email protected]>
Co-authored-by: Ajit <[email protected]>
Co-authored-by: bornkiss <[email protected]>
Co-authored-by: Eric Cote <[email protected]>
Co-authored-by: Xleine <[email protected]>
Co-authored-by: Ayman Alhourani <[email protected]>
Co-authored-by: Josh Story <[email protected]>
Co-authored-by: Soichiro Miki <[email protected]>
Co-authored-by: Dmitry Titov <[email protected]>
Co-authored-by: Shubham Gupta <[email protected]>
Co-authored-by: G. van Dorland <[email protected]>
Co-authored-by: Julius Lundang <[email protected]>
Co-authored-by: jinsoo <[email protected]>
Co-authored-by: John Kapantzakis <[email protected]>
Co-authored-by: Mike DiDomizio <[email protected]>
Co-authored-by: Aakansha Doshi <[email protected]>
Co-authored-by: Jan Kassens <[email protected]>
Co-authored-by: minami yoshihiko <[email protected]>
Co-authored-by: Kunall Banerjee <[email protected]>
Co-authored-by: Amirhossein Alibakhshi <[email protected]>
Co-authored-by: Jatin Singh <[email protected]>
1 parent 6645b2c commit fd34c06
File tree
3 files changed
+12
-0
lines changed- src/content/reference
- react-dom/static
- rsc
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments