-
Notifications
You must be signed in to change notification settings - Fork 166
Any plans for svelte support? #192
-
Svelte support would be a great feature.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 7 replies
-
i have a plan to support vue as default, svelte i'm not sure, but you can write your own svelte framework(bootstrap.ts for csr, and renderer.ts for ssr) is not difficult, i will update the docs later.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 2
-
This is what I understand: multiple built int support: React, Preact, Vue
Beta Was this translation helpful? Give feedback.
All reactions
-
Basically yeah, support Vue built in along with React. We are also thinking of just making the lifecycle hookable so you can really add any framework.
Beta Was this translation helpful? Give feedback.
All reactions
-
We are also thinking of just making the lifecycle hookable so you can really add any framework.
I like this, you should abstract out the UI framework. Also from a UI perspective we should be able to hook into what services we like. Want SSR, there's a hook for that, want SSG okay use that hook, want both (ISR) use the hooks you want from both SSR and SSG.
Beta Was this translation helpful? Give feedback.
All reactions
-
By the way, do you have a diagram of the lifecycle for me to review/study? I'm trying to get down to the metal on Aleph
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 1
-
This will be a game-changer. Aleph is a good project will some really cool features. We need some alternatives to NuxtJs!
Beta Was this translation helpful? Give feedback.