Fork me on GitHub
#reagent
<
2018-01-21
>
lilactown01:01:03

@thheller is there any support for having separate src folders for different builds?

thheller09:01:26

@lilactown not per build no. you can have as many source-paths as you like but they are global. shadow-cljs only includes files in a build that are actually referenced. so the reasons why you’d need separate source paths in other tools don’t apply.

Vincent Cantin15:01:53

Hello. I recently discovered re-frame which is using reagent as a view and rendering layer. Is there other similar libraries which are based on reagent?

justinlee18:01:50

@vincent.cantin there’s also https://github.com/keechma/keechma but i’ve never messed with it