This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-08
Channels
- # bangalore-clj (4)
- # beginners (88)
- # boot (12)
- # cljs-dev (10)
- # cljsjs (1)
- # clojure (284)
- # clojure-denmark (2)
- # clojure-dev (35)
- # clojure-italy (8)
- # clojure-russia (36)
- # clojure-spec (38)
- # clojure-uk (51)
- # clojurescript (145)
- # cursive (6)
- # data-science (1)
- # datomic (8)
- # duct (43)
- # emacs (9)
- # figwheel (2)
- # fulcro (29)
- # graphql (1)
- # immutant (3)
- # instaparse (1)
- # jobs (1)
- # jobs-discuss (1)
- # lumo (16)
- # off-topic (50)
- # onyx (90)
- # re-frame (6)
- # reagent (20)
- # remote-jobs (3)
- # ring-swagger (18)
- # schema (8)
- # shadow-cljs (141)
- # slack-help (3)
- # spacemacs (36)
- # unrepl (7)
- # vim (1)
- # yada (2)
@fabrao - I am not sure that I understand the question and I am definitely not the guy you want to help you, as I am a dreadful n00b…
My question is, do I have to include React.js into project to use some React component? Component like this https://github.com/yuanyan/halogen
@fabrao - I don’t think so, as Reagent has React as a dependency already and so React.js is present if you are using Reagent.
Most js libraries will be compiled to expect react as window.React
But it’s a good idea to check
Hello everybody, I'm researching reagent solutions to serve meta tags from components. App uses pushy and is prerendered (http://www.prerenderer.io). Basically I'm looking for possibilities to make reagent render meta tags also.
Any ideas on this?
Ok; so this issue was appropriately placed .... https://github.com/reagent-project/reagent/issues/322
@worlds-endless Answered on the issue. Cause is clear and I do have idea on fix.
Also, mentioned a workaround which should work now
And fix with tests here: https://github.com/reagent-project/reagent/pull/323/files
Has anyone here had issues with multiple material-ui text-inputs in a form? It seems like if there are two text-inputs in a form the on-submit event doesn't get emitted on keypress
@bfast Apologies in advance bc this doesnt answer your question. I have used material-ui ... but without using a form. I just check the values of all the inputs i care about on-click of a button and add an event listener to trigger on Enter and that has worked out well for me.
@gadfly361 thanks