Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Document behaviour of setting state inside `useLayoutEffect` (#7096) Co-authored-by: Sebastian Silbermann <sebastian.silbermann@vercel.com> * Update compiler docs installation instructions (#7095) * docs: replace check mark emoji to check mark button emoji (#7121) * Redirect lists-and-keys to rendering-lists describing key (#7120) * Emphasize the second problem paragraph with chain of effects example (#7108) * Emphasize the second problem acapit with chain of effects example * Replace 'One' with 'First' to keep problems counting consistent * Adds React Advanced London 2024 (#7127) PR to add Radv 2024 conference * Parallel structure * Fix typo 'bulit' -> 'built' (#7138) Co-authored-by: Tom Eastman <tom@eastman.nz> * Fix typos in lazy.md and cache.md (#7141) * Update conferences.md to move the past conferences lower (#7130) * add React Day Berlin 2024 to conferences.md (#7137) * Update conferences.md, add conference (#7135) * Update conferences.md, add conference * Update conferences.md --------- Co-authored-by: Eli White <github@eli-white.com> * Changed the documentation of the subscribe argument to a more accurat… (#6691) * Changed the documentation of the subscribe argument to a more accurate one. * Update useSyncExternalStore.md --------- Co-authored-by: Sophie Alpert <git@sophiebits.com> * Update copyright footer (#7152) Per https://fburl.com/wiki/ioqmn40p * Update the version 3 (#7161) * Update you-might-not-need-an-effect.md (#7169) * Nit: server actions can't be passed events (#7175) * Add stable fn notes to useMemo, useTransition, useState, and useReducer (#7181) * Fix search results ranking and grouping (#7183) * rm insights prop to unbreak main * rm package-lock.json (#7184) * reactjsday-2024-Verona (#7171) reactjsday 2024 React conference in Verona, Italy * ✨KOREAN(ko.react.dev) Translation Completed (#7185) * Replace defunct placeKitten calls with loremFlicker and placeCat calls (#7189) * chore(docs): fix typo (#7194) * Add files via upload (#7182) * Docs: Fix typos in thinking-in-react.md (#7179) * Fix typos in thinking-in-react.md * Update src/content/learn/thinking-in-react.md --------- Co-authored-by: Ricky <rickhanlonii@gmail.com> * Add React Native London Conf to the community conferences (#7173) * fix:#7158 issue (#7159) * docs(act.md): correct ReactDOM to ReactDOMClient (#7156) * docs(act.md): correct ReactDOMClient to ReactDOM * docs(act.md): switch the import to ReactDOMClient instead * chore(typo): Fix comment to match code (#7147) Co-authored-by: san.s <san.s@sfeir.com> * Fix minor grammar issue in tutorial-tic-tac-toe.md (`a` to `an`) (#7136) * remove wrong reference of window (#7132) * Update renderToPipeableStream.md (#7131) * fix: add missing blank lines between import statements and code blocks in sample code (#7126) * fix: `@testing-library/react-native` links (#7124) * fix: `@testing-library/react-native` links * Apply suggestions from code review --------- Co-authored-by: Ricky <rickhanlonii@gmail.com> * Add React Osaka to meetups (#7100) * doc: Add missing return statement (#7081) * doc: fix typo in updating-objects-in-state.md (#7077) * Use correct link for translations progress site (#7199) * fix: remove broken links in community/meetups (#7205) * Add react-compiler-runtime instructions to compiler docs (#7213) For users of React < 19, there is a new react-compiler-runtime package that can be used to provide a "polyfill" for runtime APIs needed for compiled code. This PR adds docs for that. * `useActionState` pending example (#6989) Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com> * Capitalize "Effect" (#7211) * [compiler] Move React 17/18 section to its own subheading (#7230) Currently it's a little hidden, let's move it to its own subheading for more prominence * [compiler] Add docs for Beta (#7231) Updates our compiler docs for the latest Beta release. * [compiler] Remove section on healthcheck (#7239) * [compiler] Remove section on healthcheck This package will be deprecated soon. It makes adopting the compiler confusing since it can spread the misconception that you need to have all your components successfully compiled before you can use the compiler. For now let's remove this from our docs and deprecate the package on npm. We can always choose to repurpose this in the future. * Clarify that 100% compilation is not necessary * Add React Compiler Beta Release post (#7240) Add a new blog post announcing the React Compiler Beta release! * Fix capitalization of eslint (#7241) * Add atproto-did (#7242) * Add link to eslint configuration in compiler blog post (#7244) * Add ESLint flat config example, fix ESLint name (#7246) * Add ESLint flat config example, fix ESLint name * Use official terminology * Fix key * Update components-and-hooks-must-be-pure.md (#7245) * Replace contributors dead link (#7272) * 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 * Add poteto bsky (#7276) * [ci] Speed up CI (#7277) * [ci] Speed up site lint job * fix * also speed up analyze * Update socials for Josh Story (#7282) * Compiler: Update link to Expo documentation (#7288) * Update socials for Josh Story (#7290) * fix: broken link of react-compiler reference to nextjs docs (#7285) * Update React 19 Upgrade Guide with pre-warming change (#7292) * Update React 19 Upgrade Guide with pre-warming change * Better captions * Update react-19-upgrade-guide.md * Fix typo in react-19-upgrade-guide.md * 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> * 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> * update version label * fix vv19 * Fix types install instructions in 19 upgrade guide * Update Versions page (#7324) * fix links to prerender docs (#7323) * Add compiler beta release to Version changelog * fixed typo in yarn add command (#7326) * Update React DevTools docs to reference RN DevTools (#7355) * Fix troubleshooting links in startTransition reference (#7367) * fix links * Update startTransition.md * Update startTransition.md * Update startTransition.md * Update startTransition.md * (fix): mismatch href bug (#7368) "use-server" docs Server Functions href fixed. * Fix stylesheet precedence example (#7235) * Fix stylesheet precedence example * Update link.md --------- Co-authored-by: dan <dan.abramov@gmail.com> * Fix intro of prerenderToNodeStream (#7356) * chore: several major typo fixes (#7362) Co-authored-by: Josue Navas <josue.navas@eagleview.com> * Update act.md (#7363) docs: fixed typo act md counter fn grammar error * chore: correct typo in useTransition docs (#7366) * chore: fix a typo in startTransition docs (#7361) * fix: add link to prop-type codemod (#7344) * fix: anchor (#7343) * Fix "won't break between majors" (#7357) * Add React Summit 2025 to conferences.md; move past conferences to the appropriate section (#7354) * 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 * fix broken link in use server (#7351) * fix: page does not exist (#7348) * Mention that uncontrolled form elements are reset by form actions (#7340) * Code example mistake in useMemo page (#7335) * docs: include React 19 blog post in sidebarBlog.json (#7331) * docs: Fix broken link to next.js Suspense docs (#7318) * Remove canary flag from useFormStatus (#7349) * Rename remaining "Server Actions" (#7352) * 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> * 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> * docs: fix readme node version (#7316) * Update lauren (#7373) * Add info about App.js 2025 conference (#7154) * App.js 2025 * reorder * Inline stylesheets are not Suspensey yet (#7378) * refactor: remove unused useTransition import in App.js and update documentation for clarity (#7377) * Remove forwardRef references from useRef and Manipulating the DOM with Refs pages (#7364) * Resolve merged conflicts * Resolve remaining conflicts --------- Co-authored-by: Oliver Joseph Ash <oliverjash@gmail.com> Co-authored-by: Sebastian Silbermann <sebastian.silbermann@vercel.com> Co-authored-by: lauren <poteto@users.noreply.github.com> Co-authored-by: k8o <61353435+k35o@users.noreply.github.com> Co-authored-by: Bartosz Klonowski <70535775+BartoszKlonowski@users.noreply.github.com> Co-authored-by: Denis Radin <denis.radin@gmail.com> Co-authored-by: Sophie Alpert <git@sophiebits.com> Co-authored-by: Tom Eastman <tom@eastman.net.nz> Co-authored-by: Tom Eastman <tom@eastman.nz> Co-authored-by: 방기현 <102677317+kihyeoon@users.noreply.github.com> Co-authored-by: JiashengWu <wujs1010@outlook.com> Co-authored-by: Denis Urban <mcfrid@yandex.by> Co-authored-by: Oleg Komissarov <o.komissarov247@gmail.com> Co-authored-by: Eli White <github@eli-white.com> Co-authored-by: TinoM <151432822+Tinttori@users.noreply.github.com> Co-authored-by: Jan Kassens <jkassens@meta.com> Co-authored-by: Parth • imParth <108121667+imparth7@users.noreply.github.com> Co-authored-by: Strek <ssharishkumar@gmail.com> Co-authored-by: Ricky <rickhanlonii@fb.com> Co-authored-by: Ricky Hanlon <rickhanlonii@gmail.com> Co-authored-by: lxmarinkovic <lxmarinkovic@gmail.com> Co-authored-by: 루밀LuMir <rpfos@naver.com> Co-authored-by: Paul Jones <32859666+pauljones0@users.noreply.github.com> Co-authored-by: Igor Shevchenko <39371503+bnzone@users.noreply.github.com> Co-authored-by: Prem Singh <134128887+premdood@users.noreply.github.com> Co-authored-by: Radoš Milićev <40705899+rammba@users.noreply.github.com> Co-authored-by: Mo Javad <34189022+mojavad@users.noreply.github.com> Co-authored-by: Reg Chiu <regx1385@gmail.com> Co-authored-by: Steven SAN <49305087+ssan93@users.noreply.github.com> Co-authored-by: san.s <san.s@sfeir.com> Co-authored-by: Faris P <farispalayi@gmail.com> Co-authored-by: youngvform <austinhbk@naver.com> Co-authored-by: Muhammad Saqib <segmentationfaulter@users.noreply.github.com> Co-authored-by: Satoshi <102169197+dev-satoshi@users.noreply.github.com> Co-authored-by: Shubh Porwal <83606943+shubh73@users.noreply.github.com> Co-authored-by: Martin Heidegger <martin.heidegger@gmail.com> Co-authored-by: cst9221 <chltmdxo3@gmail.com> Co-authored-by: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Co-authored-by: Julio Cesar Garcia <juliogarciamelgarejo@gmail.com> Co-authored-by: Jake Saterlay <41985955+JakeSaterlay@users.noreply.github.com> Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com> Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp> Co-authored-by: Karl Horky <karl.horky@gmail.com> Co-authored-by: Andre Sander <Sanderand@users.noreply.github.com> Co-authored-by: Young Shung <ynshung3@gmail.com> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Josh Story <story@hey.com> Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com> Co-authored-by: Golamrabbi Azad <35021384+golamrabbiazad@users.noreply.github.com> Co-authored-by: Noah Lemen <noah.lemen@gmail.com> Co-authored-by: Mayank <9084735+mayank99@users.noreply.github.com> Co-authored-by: Alex Hunt <hello@alexhunt.dev> Co-authored-by: Jimmy Callin <jimmy@callin.cc> Co-authored-by: Ahmet Özenir <101597537+ahm3tozenir@users.noreply.github.com> Co-authored-by: Eric Cote <eric@coteexpert.com> Co-authored-by: Coal <coalio.gg@gmail.com> Co-authored-by: Josue Navas <josue.navas@eagleview.com> Co-authored-by: huiliangShen <alal2al@hotmail.com> Co-authored-by: Amin Zaherdannak <41632899+AminDannak@users.noreply.github.com> Co-authored-by: Baoshuo <i@baoshuo.ren> Co-authored-by: Jealh <1620175472@qq.com> Co-authored-by: Denis Urban <denis.urban@gitnation.org> Co-authored-by: Andrew Patton <andrew@acusti.ca> Co-authored-by: Simon <simon30002021@icloud.com> Co-authored-by: Steve Xu <xuqiok@outlook.com> Co-authored-by: Jeremy Deutsch <jeremy.e.deutsch@gmail.com> Co-authored-by: JZZICK <143719171+JZZICK@users.noreply.github.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: Ethan Shea <ethan.shea@vercel.com> Co-authored-by: Piotr Tomczewski <piotr@tomczewski.dev> Co-authored-by: Sebastian Ong <78428559+SebassNoob@users.noreply.github.com> Co-authored-by: 정봉찬 <devwqc@gmail.com> Co-authored-by: Krzysztof Piaskowy <krzysztof.piaskowy@swmansion.com> Co-authored-by: Matt Carroll <7158882+mattcarrollcode@users.noreply.github.com> Co-authored-by: Jakub Drozdek <qooboos@gmail.com>
- Loading branch information