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
I'm always frustrated when I try to rebuild my NodeJS Express project in SvelteKit. Like most developers I use params, query and body to pass data to the server. I can find params and body in the docs, but not query.
Describe the proposed solution
Please add a sentence about query parameters in Routing.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
bluepuma77
changed the title
Add query to SvelteKit Endpoints docs
Add query to SvelteKit Routing docs
Feb 25, 2022
Describe the problem
I'm always frustrated when I try to rebuild my NodeJS Express project in SvelteKit. Like most developers I use
params
,query
andbody
to pass data to the server. I can findparams
andbody
in the docs, but notquery
.Describe the proposed solution
Please add a sentence about query parameters in Routing.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: