Discussion about this post

User's avatar
Karl Traunmüller's avatar

This is amazing 👏🏻 Native WinUI apps with Swift - finally a viable path to porting my Swift Mac app to Windows.

Expand full comment
Taeksoo Jung's avatar

I have a few questions about implementation.

1. How to accomplish SwiftUI like declarative programming here? I guess that you use TCA for whole architecture, but for View- Model biding, I wonder how to handle this.

2. Dd you simplify the API for real use? I mean that sample code seems to be a little verbose, because it uses th C++/WinRT as it is.

3. Is there any issue for real use? I found the repository that shows similiar approach in c++ - "WinUI 3 in C++ Without XAML".

https://github.com/sotanakamura/winui3-without-xaml

4. Do you have any plan to provide SwiftUI-ish implementation?

Expand full comment
3 more comments...

No posts