This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-06
Channels
- # bangalore-clj (2)
- # beginners (24)
- # boot (18)
- # cider (21)
- # cljs-dev (11)
- # clojars (3)
- # clojure (99)
- # clojure-brasil (1)
- # clojure-dusseldorf (2)
- # clojure-france (9)
- # clojure-greece (3)
- # clojure-russia (1)
- # clojure-spec (5)
- # clojure-uk (5)
- # clojurescript (205)
- # core-logic (2)
- # cursive (24)
- # datomic (13)
- # figwheel (1)
- # gsoc (1)
- # jobs (1)
- # jobs-discuss (7)
- # lambdaisland (5)
- # leiningen (4)
- # om (2)
- # pedestal (2)
- # proton (2)
- # re-frame (7)
- # reagent (5)
@jtth For me it comes down to how much 'extra' weight I want to add to my application. When you decide to bring in the react components for bootstrap or semantic ui or material ui, then the size of app goes up quote a bit (this may not matter for many people). If i am using several of the react components that require some bits of javascript like a modal, etc., then I will feel good about the tradeoff between development convenience and the extra size i added to the app. However, if I am only using a single component that requires javascript such as a modal ... i will likely prefer to just include the css files and make that modal by hand, rather than bringing in all the react components. With that in mind, it is easier to add and remove the react components if you are otherwise just using the css classes. OTOH, if you know you are going to use the react components, then i definitely prefer to just use them for everything ... you already have paid for the buffet meal at that point, so get your money's worth lol