-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
chore: Implement remote functions using hydratable and cache
#14872
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
base: main
Are you sure you want to change the base?
chore: Implement remote functions using hydratable and cache
#14872
Conversation
|
|
|
||
| // have to run in serial because commands mutate in-memory data on the server | ||
| test.describe('remote functions', () => { | ||
| test.describe.only('remote functions', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
This is the WIP counterpart to sveltejs/svelte#16960
Basically, we want to know that we're covering all of the use cases of remote functions before we publish the svelte core featureset so that other frameworks can build equally-impressive features.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits