Closed MaxDeg closed 7 years ago
Offer a possibility to inject a virtual-dom tree generated by another library in a view coded in F#
let render linkPrefix markdown = remark() .``use``(hljs) .``use``(vdom, { components = components linkPrefix }) .``process``(markdown) .contents //-------------------------- div [ classy "container doc-main" ] [ div [ classy "row" ] [ div [ classy "col-sm-8" ] [ render ("#/" + context.libraryId + "/") content |> unbox |> vnode ] sidebarMenu context ] ]
Thanks for you PR. I will add it later this week :)
This PR is released inside fable-arch v 0.10.1
Offer a possibility to inject a virtual-dom tree generated by another library in a view coded in F#