-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Svelte or Solid? #28
Comments
https://nolanlawson.com/2019/09/22/the-joy-and-challenge-of-developing-for-kaios/ Might be interesting, as Pinaforce is written in Svelte/Sapper. |
This is a good idea. Feel free to fork and I will try to support you. I think its still useful to have a react version |
svelte is quite preferred by KaiOS devs, one good example is PodLP being written in svelte! I am currently writing a UI component Library written in svelte+sass |
Screencast.from.Sunday.17.July.2022.10.54.23.PM.PST.webm |
Sounds cool! |
Seems like the Svelte framework can speed up Javascript websites considerable, which is probably desirable for KaiOS apps.
See:
https://svelte.dev/
Or a beginner article:
https://dev.to/bholmesdev/why-sveltejs-may-be-the-best-framework-for-new-web-devs-205i
Another similar approach that seems to result in even a bit more performance is Solid:
https://github.com/ryansolid/solid
The text was updated successfully, but these errors were encountered: