johannes karoff
johannes karoff
> In fact, my project is something like a todo app, :) Nice. Feel free to share it if you feel comfortable with it :+1: In the best case, we...
This looks awesome! Thank you both so much for sharing the demos! I currently do not have much free time to look into them in detail. But I promise, I...
Agree, we have to be careful to not depend on a macro as an integral part of the library. But I still believe that it would be beneficial for the...
Thank you very much! That should indeed be removed. I just need to update outwatch to the newest snabbdom-outwatch release. Then I will be merge this one :)
Working with a `patch` file and automatically using mainline snabbdom would be awesome! I remember that we have removed some parts of the API to make it smaller and also...
Scalafiddle seems to be abandoned. Scastie has outwatch through maven, but currently there is an issue with an incompatible dependency to scalajs-dom. See: https://github.com/scalacenter/scastie/issues/608
Additional it would be good to get rid of two other implicit conversions we still have: - ~~https://github.com/OutWatch/outwatch/blob/master/outwatch/src/main/scala/outwatch/helpers/Builder.scala#L27~~ - https://github.com/OutWatch/outwatch/blob/master/outwatch/src/main/scala/outwatch/package.scala#L8
Another alternative to the varargs problem: https://gist.github.com/propensive/80749ef7cb347a3720ef We will need to measure whether inlining can remove the needed instantiation of the helper class.
> `(div("hello"):VModifier).append(color.blue)` This should still work as expected. It add the color into the div, because VNode overrides the append method accordingly. Or am I overlooking something?
@mergifyio rebase