On Friday, January 24, 2014 3:16:17 PM UTC-8, Joel wrote: > Is there a way to convert html to Om/ClojureScript syntax easily? Or, is > there a way already to simply use some kind of templates that are closer to > html? > > J
Well, there's two different plugins for component syntax, but I imagine that's not what you're looking for. Perhaps something akin to React's own JSX, I expect. You might get some leverage from using Enlive to parse the HTML into Enlive-form, and then output it for use with kioo (https://github.com/ckirkendall/kioo) .. which works with Om. I'm not sure if there's an alternative as yet. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
