I'm very interested in that discussion and the conclusions it brings. I've been working in a few large web applications and CSS has always been a big nightmare for me, I'm very grateful for new solutions offered.
@Thomas Can you comment on the tradeoff having the CSS put inside the html page? In past projects we had strict rules not to put any CSS inside html files to allow the browser to cache them. I guess the scenario is different here since the CSS would be part of the Javascript send to the browser and cached along with the JS and then injected into the rendered page. Is that correct? Another thought, my guess is the created css which is component based is much simpler in terms of used css selectors (because it applies to just the component) so it would be faster for the browser to render them compared to large style files containing nested rule sets- right? Thanks, Torsten. -- 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 https://groups.google.com/group/clojurescript.
