-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Should we have child.textMaybe <-- ... ? #96
Comments
How would you guys feel about a single I'm not a fan of conceptual complexity (implicits and stuff) but it might be worth it here. That would also work similarly outside of |
I like it. Maybe this will also help scalac figure out stuff like this: div(
Option("a").getOrElse("b")
) |
I'm now wondering if there's a good reason to keep Our |
…le from #96. * Resilience against externally removed child elements * Support for moving child elements from one inserter to another * onMountInsert gracefully handling the above * Text nodes are now updated, not re-created * New Renderable typeclass to expand text-to-node and child.text capabilities * Laminar no longer clears the DOM of `{child,children,child.*} <-- stream` when the element is unmounted and re-mounted, it now retains the previously added elements in the DOM
…le from #96. * Resilience against externally removed child elements * Support for moving child elements from one inserter to another * onMountInsert gracefully handling the above * Text nodes are now updated, not re-created * New Renderable typeclass to expand text-to-node and child.text capabilities * Laminar no longer clears the DOM of `{child,children,child.*} <-- stream` when the element is unmounted and re-mounted, it now retains the previously added elements in the DOM
or, maybe,
child.text.maybe
?The text was updated successfully, but these errors were encountered: