Hey Matt, Why not render the first page using just Express rather than Express + React + Reagent and then let the compiled CLJS for the Reagent app which would be served as part of that first page take over from there? You may also include inline images and concatenate all the css files, in order of precedence, into a style element on that page and gzip when serving so it literally takes only whatever time it takes to load the compressed page content without any further network requests.
Just wondering out loud. On Mon, May 18, 2015 at 1:46 PM, Matthew Phillips < [email protected]> wrote: > What do you dislike about it? It appears to do exactly as I would expect > it would. > > On Mon, May 18, 2015, at 06:40 AM, Matt Ho wrote: > > I've been playing around more with getting reagent to run server side > > using nodejs. Seems to work reasonably well without having to shim that > > much. However, I'm not entirely satisfied with the way reagent and node > > tie together. I'd love to get advise and/or suggestions from folks who > > are strong in clojurescript on how this might be improved. > > > > https://github.com/savaki/reagent-nodejs > > > > Thanks! > > > > M > > > > -- > > 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. > > -- > 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. > -- 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.
