superflare icon indicating copy to clipboard operation
superflare copied to clipboard

SvelteKit support

Open fawaz-alesayi opened this issue 5 months ago • 0 comments

Hey :wave:

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?

fawaz-alesayi avatar Mar 08 '24 05:03 fawaz-alesayi