Replies: 1 comment 1 reply
-
|
I’ve used remote functions heavily in a large project, and while I wouldn’t rely on them in a production setup right now, it’s mostly async svelte that causes the trouble, not remote functions. (Every few version bumps introduce new quirks and issues) Remote functions themselves have been a massive improvement over load functions though and genuinely are worth every penny. So, if you're starting out, maybe the cost of migrating the project later is actually less ideal in your case than to just accept some quirks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to start using remote functions in upcoming projects, but they're still experimental. Is there a progress thread I can follow to get a sense of when they'll be production ready? Or a list of issues? I can't seem to find any.
Beta Was this translation helpful? Give feedback.
All reactions