This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-02
Channels
- # announcements (1)
- # aws (5)
- # babashka (13)
- # beginners (202)
- # bristol-clojurians (3)
- # cider (16)
- # clojure (283)
- # clojure-dev (8)
- # clojure-finland (30)
- # clojure-italy (4)
- # clojure-nl (6)
- # clojure-spec (17)
- # clojure-survey (161)
- # clojure-sweden (7)
- # clojure-uk (62)
- # clojurescript (4)
- # core-async (31)
- # cursive (3)
- # datomic (7)
- # defnpodcast (1)
- # fulcro (8)
- # jobs (2)
- # lumo (2)
- # malli (2)
- # off-topic (24)
- # other-languages (1)
- # overtone (1)
- # re-frame (6)
- # remote-jobs (3)
- # shadow-cljs (6)
- # spacemacs (17)
- # tools-deps (20)
Hi, a noob question: can I add some popular react UI/CSS framework (material/semantic) to a re-frame SPA? And do you have an example repo where I could check how it’s done?
Yes, you can, but don't have ready example. But some other folks here do that, so maybe could provide examples.
Yes, you can! This has helped me with my re-frame & material-ui application: http://reagent-project.github.io/docs/master/material-ui.html Depending on your project, I would check out the wonderful re-com library https://github.com/day8/re-com
Oh, that’s nice! Thanks for pointing those out. Haven’t heard about re-com library but I’ll check it out
i used https://bulma.io/ with re-frame in https://github.com/robert-stuttaford/bridge. i chose bulma because it comes with no js baggage.
Thanks, Robert! 🙏:skin-tone-2: