I like the "mini app" approach, but I think it can still benefit from something like re-frame. In many cases, you will still have a lot of shared code - domain logic, reusable widgets, etc. Having a common set of abstractions across apps would be very beneficial as the project grows.
This has become more feasible with the new module support in CLJS, allowing us to separate shared parts from each mini app and deliver only what is needed. Besides the performance benefits, this should help with security as well. -- 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.
