Fork me on GitHub
#reagent
<
2020-07-29
>
naomarik22:07:14

there a way to render a form as a raw html string like hiccup?

naomarik22:07:22

would like to use hiccup to render an html string for jquery datatable, wondering if i can do that with some api invocation in reagent and not include a new library

gleisonsilva22:07:35

Have you feel you need to have some "structure" in your Reagent app, but think Re-frame is "too much"? I'm feeling that way... someone that have been through this can point me some resources for a minimal approach to this "dilemma"?