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
* stream rsc payload in json objects like streamed react components
* make path to rsc bundle and react client manifest configurable
* feat: Improve client manifest path handling for dev server
- Add `dev_server_url` helper to centralize dev server URL construction
- Add `public_output_uri_path` to get relative webpack output path
- Add `asset_uri_from_packer` to handle asset URIs consistently
- Update `react_client_manifest_file_path` to return dev server URLs when appropriate
- Add comprehensive specs for new asset URI handling
This change ensures client manifest paths are properly resolved to dev server
URLs during development, improving hot-reloading functionality.
* fix: normalize RSC URL path by absorbing leading/trailing slashes
* specify Shakapacker as top-level module
* add tests for RSCClientRoot
* Make RSCClientRoot tests run with react 18
* Update webpack asset path configuration for client manifest
---------
Co-authored-by: Judah Meek <[email protected]>
0 commit comments