This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-08
Channels
- # announcements (2)
- # aws (1)
- # beginners (134)
- # calva (26)
- # cider (48)
- # cljdoc (41)
- # cljs-dev (12)
- # clojure (178)
- # clojure-brasil (1)
- # clojure-europe (16)
- # clojure-italy (30)
- # clojure-nl (13)
- # clojure-spec (118)
- # clojure-uk (81)
- # clojurescript (209)
- # community-development (77)
- # cursive (7)
- # datomic (23)
- # duct (6)
- # emacs (15)
- # events (2)
- # figwheel (13)
- # figwheel-main (18)
- # fulcro (4)
- # jackdaw (4)
- # jobs (6)
- # jobs-discuss (6)
- # kaocha (2)
- # lein-figwheel (3)
- # off-topic (4)
- # other-languages (22)
- # pathom (2)
- # pedestal (9)
- # perun (10)
- # portkey (1)
- # re-frame (41)
- # reagent (6)
- # reitit (4)
- # remote-jobs (1)
- # ring-swagger (6)
- # rum (5)
- # shadow-cljs (300)
- # sql (3)
- # test-check (6)
- # testing (7)
- # vim (1)
- # yada (9)
what do people use for bootstrap like layouts and ui components? I'm struggling to work with the reagent and react-boostrap
You might want to have a look at Bulma (http://bulma.io) -- it's like Bootstrap, but it's 100% CSS, no JS. Makes it a lot easier to work with in Reagent/re-frame contexts.
I used to use Polymer and Web Components, I'm guessing it didn't spread as I thought it would. Bulma seems nice, what you guys think about solutions like https://www.webcomponents.org/ and https://v0.material-ui.com ? They might have benefits like animations, but probably the complexity to use with reagent is not worth.
I start hearing more about web components. For the company front-end library at the client I'm at they are considering replacing the Angular library with web components. They should load async, only the components you use. But that's one of the things that might make them hard to use with clojurescript?
They are looking at stencil at the moment. https://stenciljs.com/ In our current team nobody really likes Angular. And the current front-end is really bad. So I'm time it might be possible to move to something else.
I used to use Polymer and Web Components, I'm guessing it didn't spread as I thought it would. Bulma seems nice, what you guys think about solutions like https://www.webcomponents.org/ and https://v0.material-ui.com ? They might have benefits like animations, but probably the complexity to use with reagent is not worth.