OpenSwiftUI icon indicating copy to clipboard operation
OpenSwiftUI copied to clipboard

Svelte mode

Open michaeleisel opened this issue 5 years ago • 2 comments

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++.

michaeleisel avatar Nov 13 '19 17:11 michaeleisel

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

Cosmo avatar Dec 12 '19 06:12 Cosmo

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

michaeleisel avatar Jun 01 '20 14:06 michaeleisel