Skip to content
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

Svelte mode #3

Open
michaeleisel opened this issue Nov 13, 2019 · 2 comments
Open

Svelte mode #3

michaeleisel opened this issue Nov 13, 2019 · 2 comments

Comments

@michaeleisel
Copy link

https://github.com/sveltejs/svelte is a "compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM". The same principle can be applied here, turning declarative Swift code into imperative for better performance. It could also turn Swift into a lower-level language like C++.

@Cosmo
Copy link
Owner

Cosmo commented Dec 12, 2019

@michaeleisel Do you have a use-case in mind?

@michaeleisel
Copy link
Author

Using UIKit/SwiftUI will always drop frames here and there, so performance is always a place for improvement. Also, the popularity of svelte suggests that it's helpful for a wide variety of use cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants