mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
|
Some checks failed
(Compiler) Playground / Test playground (push) Has been cancelled
(Compiler) TypeScript / Discover yarn workspaces (push) Has been cancelled
(Compiler) TypeScript / Lint babel-plugin-react-compiler (push) Has been cancelled
(Compiler) TypeScript / Jest babel-plugin-react-compiler (push) Has been cancelled
(Runtime) ESLint Plugin E2E / ESLint v${{ matrix.eslint_major }} (6) (push) Has been cancelled
(Runtime) ESLint Plugin E2E / ESLint v${{ matrix.eslint_major }} (7) (push) Has been cancelled
(Runtime) ESLint Plugin E2E / ESLint v${{ matrix.eslint_major }} (8) (push) Has been cancelled
(Runtime) ESLint Plugin E2E / ESLint v${{ matrix.eslint_major }} (9) (push) Has been cancelled
(Runtime) Fuzz tests / test_fuzz (push) Has been cancelled
(Shared) Lint / Run prettier (push) Has been cancelled
(Shared) Lint / Run eslint (push) Has been cancelled
(Shared) Lint / Check license (push) Has been cancelled
(Shared) Lint / Test print warnings (push) Has been cancelled
(Compiler) TypeScript / Test ${{ matrix.workspace_name }} (push) Has been cancelled
(Runtime) Publish Prereleases Nightly / Publish to Canary channel (push) Has been cancelled
(Compiler) Publish Prereleases Nightly / Publish to Experimental channel (push) Has been cancelled
(Runtime) Publish Prereleases Nightly / Publish to Experimental channel (push) Has been cancelled
Stacked on #35018. This mounts the children of SuspenseList backwards. Meaning the first child is mounted last in the DOM (and effect list). It's like calling reverse() on the children. This is meant to set us up for allowing AsyncIterable children where the unknown number of children streams in at the end (which is the beginning in a backwards SuspenseList). For consistency we do that with other children too. `unstable_legacy-backwards` still exists for the old mode but is meant to be deprecated. <img width="100" alt="image" src="https://github.com/user-attachments/assets/5c2a95d7-34c4-4a4e-b602-3646a834d779" /> |
||
|---|---|---|
| .. | ||
| dom-event-testing-library | ||
| eslint-plugin-react-hooks | ||
| internal-test-utils | ||
| jest-react | ||
| react | ||
| react-art | ||
| react-cache | ||
| react-client | ||
| react-debug-tools | ||
| react-devtools | ||
| react-devtools-core | ||
| react-devtools-extensions | ||
| react-devtools-fusebox | ||
| react-devtools-inline | ||
| react-devtools-shared | ||
| react-devtools-shell | ||
| react-devtools-timeline | ||
| react-dom | ||
| react-dom-bindings | ||
| react-is | ||
| react-markup | ||
| react-native-renderer | ||
| react-noop-renderer | ||
| react-reconciler | ||
| react-refresh | ||
| react-server | ||
| react-server-dom-esm | ||
| react-server-dom-fb | ||
| react-server-dom-parcel | ||
| react-server-dom-turbopack | ||
| react-server-dom-webpack | ||
| react-suspense-test-utils | ||
| react-test-renderer | ||
| scheduler | ||
| shared | ||
| use-subscription | ||
| use-sync-external-store | ||