cdellacqua / svelte-stack-router

Bridging the gap between Native Apps and WebApps. A Svelte Router that caches page components and will make your WebApp feel more native
MIT License
40 stars 5 forks source link

support for svelte 4? #14

Open jnsdotgg opened 1 month ago

cdellacqua commented 1 month ago

Hi there, it's been a while since I worked on this project (last commit was 3 years ago, time flies!)

From what I gathered there shouldn't be too many issues with porting it to svelte 4, but with svelte 5 around the corner a lot would need to be refactored to accomodate for the new architecture, and I'm not as invested in this project anymore. I'll also add that with sveltekit the community pretty much standardized around the simpler approach of treating pages as disposable documents, rather than the stack approach used in mobile apps.

Please, feel free to fork it if you have the time to update it. If you like the animations you can probably port them to a svelte transition or some custom vanilla transition, the code that implements them is not svelte-specific