Skip to content
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

breaking(router): string query #799

Merged
merged 4 commits into from
Jul 24, 2024
Merged

breaking(router): string query #799

merged 4 commits into from
Jul 24, 2024

Conversation

dai-shi
Copy link
Owner

@dai-shi dai-shi commented Jul 23, 2024

#746 revealed that URLSearchParams doesn't work.

(In the near future, I will also rework on fetchRSC to eliminate it.)

Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
waku ✅ Ready (Inspect) Visit Preview Jul 24, 2024 0:32am

Copy link

codesandbox-ci bot commented Jul 23, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@dai-shi dai-shi merged commit 29ca735 into main Jul 24, 2024
28 checks passed
@dai-shi dai-shi deleted the breaking/router-props branch July 24, 2024 00:44
dai-shi added a commit that referenced this pull request Aug 16, 2024
Related previous PR: #799

- Previously, it distinguish whether it's RSC or RSF (server actions)
with HTTP method. Now, it's distinguished with path.
- Both RSC and RSF accept GET and POST.
- RSC no longer uses `URLSearchParams` but just any `params`.
@dai-shi dai-shi mentioned this pull request Sep 18, 2024
dai-shi added a commit that referenced this pull request Sep 18, 2024
#799 changed something and this is a leftover.
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.

1 participant