reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
naomarik 2020-07-29T22:14:14.068Z

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

naomarik 2020-07-29T22:19:22.069300Z

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

gleisonsilva 2020-07-29T22:56:35.071Z

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"?