You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Hyper.Display instances for container types it would be nicer to work on Blaze.Html. I could then call Hyper.display on the container elements and arrange the obtained HTML objects on the HTML level. Blaze.Html would be better for composability than Text.
The text was updated successfully, but these errors were encountered:
In the medium term, I would like to make the Hyper.Graphics type more compositional, but I am reluctant to just use HTML for that. It would be a nice short-term solution, but quickly evolve into a de-facto standard that we cannot get rid of. I would like to keep Hyper.Graphics abstract.
For
Hyper.Display
instances for container types it would be nicer to work onBlaze.Html
. I could then callHyper.display
on the container elements and arrange the obtained HTML objects on the HTML level.Blaze.Html
would be better for composability than Text.The text was updated successfully, but these errors were encountered: