Results 217 comments of Max Desiatov

Oh, that would be amazing if we can get there, totally would make sense to use that for interactive elements, while non-interactive could be loaded instantly as pre-rendered HTML. I...

I've also been thinking about CSS-specific styles that one might want to add to further customize generated styles, somewhat similar in principle to the `HTML` view that allows injecting arbitrary...

@j-f1 shouldn't it stay open until the rest of the styles are implemented?

How do React and Vue people handle `srcset `and do they have any asset pipelines that handle it automatically? If they don't do any special handling by default right now,...

@vi4m thanks for the detailed report! I'll be able to have a closer look in the next few days, unless someone else picks this up in the meantime.

Thanks again for raising this, and sorry for the delay. I've narrowed it down to this very simple case: ```swift struct Choice: View { @State private var choice = false...

Unfortunately, the second option also didn't work as I hoped. In this simple example, an update on the existing DOM node is not currently possible. In Tokamak terms `Text` is...

@vi4m I've resolved the issue in #301, but I want to keep this open until we have proper automated tests added for it on CI. There are multiple important cases...

@vi4m the issue is fixed in Tokamak 0.5.2 I tagged just now. I'll keep the issue open until we have a test case in our test suite that covers this,...

BTW, this was reproducible in Firefox on macOS for me.