[ClojureScript] Om templating (SPA with multiple components per page)

2014-05-02 Thread Konrad Garus
Hello, I want to build a single page app with Om that has several screens and routing with Secretary. Each screen can have a bunch of components - some tables, forms, charts, whatever. For a concrete but simplistic example, let's say I have 2 screens each with 2 components. My master template

Re: [ClojureScript] Om Templating

2014-01-26 Thread Don Jackson
On Jan 25, 2014, at 4:42 PM, Creighton Kirkendall ckirkend...@gmail.com wrote: Enfocus, Enlive and Kioo were designed to fully separate out the view (HTML/CSS) from the code logic. It separates these by design. I built Enfocus and kioo to better integrate the designer into process of

[ClojureScript] Om Templating

2014-01-24 Thread Joel
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 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you

Re: [ClojureScript] Om Templating

2014-01-24 Thread Creighton Kirkendall
Check out kioo, it does exactly what suggest. It uses a model similar to enlive to pull html in and compile into react nodes. https://github.com/ckirkendall/kioo CK On Fri, Jan 24, 2014 at 6:16 PM, Joel j...@harpsoft.com wrote: Is there a way to convert html to Om/ClojureScript syntax

Re: [ClojureScript] Om Templating

2014-01-24 Thread Mike Haney
Creighton, I've been meaning to thank you for kioo, so - Thanks! I've always been a big fan of the Enlive/Enfocus method of templating, and was excited to see kioo when David added it to the OM readme the other day. Planning on putting it through its paces this weekend with a POC of a fairly