Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 18 additions & 44 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test dev base 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -87,7 +84,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-dev-base-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-dev-base-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -98,7 +95,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: dev-base-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: dev-base-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-base:
Expand All @@ -111,13 +108,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod base 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -140,7 +134,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-base-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-base-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -151,7 +145,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-base-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-base-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-base-edge:
Expand All @@ -164,13 +158,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod base (edge+node) 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -195,7 +186,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-base-edge-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-base-edge-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -206,7 +197,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-base-edge-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-base-edge-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-base-edge-entry:
Expand All @@ -219,13 +210,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod base (edge entry) 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -250,7 +238,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-base-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-base-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -261,7 +249,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-base-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-base-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-dev-apps:
Expand All @@ -274,13 +262,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test dev apps 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -303,7 +288,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-dev-apps-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-dev-apps-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -314,7 +299,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: dev-apps-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: dev-apps-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-apps:
Expand All @@ -327,13 +312,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod apps 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -356,7 +338,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-apps-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-apps-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -367,7 +349,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-apps-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-apps-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-apps-edge:
Expand All @@ -380,13 +362,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod apps (edge+node) 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -411,7 +390,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-apps-edge-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-apps-edge-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -422,7 +401,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-apps-edge-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-apps-edge-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-build-start-apps-edge-entry:
Expand All @@ -435,13 +414,10 @@ jobs:
os: [ubuntu-latest]
node_version: [20, 22, 24]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test prod apps (edge entry) 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand All @@ -466,7 +442,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-prod-apps-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-prod-apps-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}
path: test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -477,7 +453,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test/test-results/junit.xml
flags: prod-apps-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: prod-apps-edge-entry-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-rsc:
Expand All @@ -494,8 +470,6 @@ jobs:
node_version: 24
- os: windows-latest
node_version: 24
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test rsc 🧪 node.js v${{ matrix.node_version }} on ${{ matrix.os }}"
Expand Down Expand Up @@ -543,7 +517,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-rsc-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
name: test-results-rsc-${{ matrix.os }}-node${{ matrix.node_version }}
path: packages/rsc/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -554,7 +528,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: packages/rsc/test-results/junit.xml
flags: rsc-${{ matrix.os }}-node${{ matrix.node_version }}-shard${{ matrix.shard }}
flags: rsc-${{ matrix.os }}-node${{ matrix.node_version }}
report_type: test_results

test-results:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/create-react-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
pkg_mgr: npm
- runtime: deno
pkg_mgr: pnpm
shard: [1, 2, 3, 4, 5, 6]
max-parallel: 2
fail-fast: false

name: "Test create ${{ matrix.runtime }}/${{ matrix.pkg_mgr }} 🧪"
Expand All @@ -80,7 +78,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-create-${{ matrix.runtime }}-${{ matrix.pkg_mgr }}-shard${{ matrix.shard }}
name: test-results-create-${{ matrix.runtime }}-${{ matrix.pkg_mgr }}
path: packages/create-react-server/test/test-results/junit.xml
if-no-files-found: ignore
retention-days: 7
Expand All @@ -91,7 +89,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: packages/create-react-server/test/test-results/junit.xml
flags: create-${{ matrix.runtime }}-${{ matrix.pkg_mgr }}-shard${{ matrix.shard }}
flags: create-${{ matrix.runtime }}-${{ matrix.pkg_mgr }}
report_type: test_results

test-results:
Expand Down
Binary file added docs/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions docs/public/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-cache-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-cache-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-float-mode-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-float-mode-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-highlighting-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-highlighting-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-live-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-live-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-logs-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-logs-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-outlets-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-outlets-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-overview-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-overview-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-payload-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-payload-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-remotes-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-remotes-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-routes-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-routes-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-status-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-status-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-workers-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/devtools-workers-light.webp
Binary file modified docs/public/opengraph.jpg
Loading
Loading