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
Just stumbled upon this project while trying to find a way to do queued jobs in my SvelteKit project.
This seems to be the missing piece in the JS ecosystem to actually make it full-stack. No other "full-stack" framework implements File Storage, background jobs, or Auth.
From what I remember in Remix, it's actually very similar to SvelteKit. both has the concept of loaders and action and follow the same rendering strategy, with layouts and and the parallel loading of nested routes.
So I'm just wondering what components do I need to mess around with to bring this to SvelteKit?
The text was updated successfully, but these errors were encountered:
Hey 👋
Just stumbled upon this project while trying to find a way to do queued jobs in my SvelteKit project.
This seems to be the missing piece in the JS ecosystem to actually make it full-stack. No other "full-stack" framework implements File Storage, background jobs, or Auth.
From what I remember in Remix, it's actually very similar to SvelteKit. both has the concept of loaders and action and follow the same rendering strategy, with layouts and and the parallel loading of nested routes.
So I'm just wondering what components do I need to mess around with to bring this to SvelteKit?
The text was updated successfully, but these errors were encountered: