Skip to content

feat(v9/astro): Parametrize dynamic server routes #17141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 24, 2025
Merged

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Jul 24, 2025

s1gr1d added 4 commits July 24, 2025 10:40
Extracting a test case in a new PR while working on route
parametrization.

Continuation of
#17054

Part of #16686
Adds a test case with a client, server and server API request which
checks:
- that everything is correctly connected
- that everything has parametrized routes (the current state of it -
some are not yet parametrized)

This is a visual representation of the test case (with a different
param):
<img width="502" height="197" alt="image"
src="https://github.com/user-attachments/assets/e1a14c2b-2547-427b-964b-5c8fb6db49a2"
/>

Part of #16686
Extracting astro-4 test cases (same as in astro-5) in a new PR while
working on route parametrization.

Part of #16686
)

Route Parametrization for Server Requests in Astro 5.

The route information is gathered during build-time. During runtime, the
route information is matched to use the parametrized route information
during runtime

Part of #16686
@s1gr1d s1gr1d requested review from Lms24 and chargome July 24, 2025 08:48
@s1gr1d s1gr1d merged commit dac0aff into v9 Jul 24, 2025
144 of 145 checks passed
@s1gr1d s1gr1d deleted the sig/astro-server-params branch July 24, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants