You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update React on Rails and React on Rails Pro packages/gems to RC3, refresh lockfiles, and update current RC stack docs.\n\nLocal verification:\n- bundle update react_on_rails react_on_rails_pro\n- pnpm install\n- pnpm run test:router-shim\n- pnpm run repro:rspack-rsc\n- bin/test smoke\n- bin/test production-precompile\n\nGitHub checks passed for head 0072ce4.
Copy file name to clipboardExpand all lines: SPIKE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The remaining limitation is separate from the bundler: `/hello_server`'s client
15
15
island still waits on the upstream React on Rails Pro streaming CSP nonce fix in
16
16
strict production CSP mode. See `docs/11-rsc-csp-nonce-spike.md`.
17
17
18
-
The app was bootstrapped with `create-react-on-rails-app --rsc --rspack --package-manager pnpm` and the current release stack targets React on Rails Pro `17.0.0-rc.2` with Shakapacker `10.1.0`. Shakapacker stays on `10.1.0` because public `11.1.0` artifacts are not visible in the registries consumed by the starter. The Rails/Rspack/React on Rails Pro setup passes `react_on_rails:doctor` with the expected warning that both Rspack and Webpack configs are present.
18
+
The app was bootstrapped with `create-react-on-rails-app --rsc --rspack --package-manager pnpm` and the current release stack targets React on Rails Pro `17.0.0-rc.3` with Shakapacker `10.1.0`. Shakapacker stays on `10.1.0` because public `11.1.0` artifacts are not visible in the registries consumed by the starter. The Rails/Rspack/React on Rails Pro setup passes `react_on_rails:doctor` with the expected warning that both Rspack and Webpack configs are present.
19
19
20
20
## Validation Goals
21
21
@@ -27,7 +27,7 @@ The app was bootstrapped with `create-react-on-rails-app --rsc --rspack --packag
27
27
## What Worked
28
28
29
29
- Rails 8.1 app scaffolded with PostgreSQL and SolidQueue.
30
-
- React on Rails and React on Rails Pro release stack: `17.0.0.rc.2`.
30
+
- React on Rails and React on Rails Pro release stack: `17.0.0.rc.3`.
31
31
- Shakapacker launch stack: `10.1.0`.
32
32
- Rspack builds complete successfully and emit the RSC client-reference
33
33
manifests with `react-on-rails-rsc@19.0.5-rc.2`.
@@ -45,7 +45,7 @@ manifests present.
45
45
Current stance:
46
46
47
47
- Keep Rspack as the bundler.
48
-
- Keep the React on Rails Pro `17.0.0-rc.2` and Shakapacker `10.1.0` release stack.
48
+
- Keep the React on Rails Pro `17.0.0-rc.3` and Shakapacker `10.1.0` release stack.
49
49
- Keep the Rspack/RSC client boundary repro in `pnpm run repro:rspack-rsc`.
50
50
- Keep direct Rspack packages aligned with the Shakapacker Rspack 2 adapter: `@rspack/core` / `@rspack/cli``2.0.4` and `@rspack/dev-server``2.0.1`.
51
51
- Keep `react-on-rails-rsc` on `19.0.5-rc.7` or newer when requiring Rspack RSC
Copy file name to clipboardExpand all lines: docs/01-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Architecture
2
2
3
-
This starter begins from `create-react-on-rails-app --rsc --rspack` and currently targets the React on Rails Pro `17.0.0-rc.2` RC stack with Shakapacker `10.1.0`.
3
+
This starter begins from `create-react-on-rails-app --rsc --rspack` and currently targets the React on Rails Pro `17.0.0-rc.3` RC stack with Shakapacker `10.1.0`.
4
4
5
5
Shakapacker remains on `10.1.0` because public `11.1.0` artifacts are not visible in the registries this starter consumes. Rspack is the checked-in local and deploy default. `react-on-rails-rsc@19.0.5-rc.7` provides the Rspack RSC manifest support this starter needs, while Webpack remains an opt-in bridge/comparison path.
0 commit comments