Fork me on GitHub
#reagent
<
2016-06-23
>
pvinis08:06:25

awesome. i will try it. thanks 😄

rohit09:06:06

@pvinis: i’ve got an example of setting the document title here: https://github.com/ducky427/reagent-title-demo/blob/master/src/reagent_title_demo/core.cljs. you could do something very similar for inserting the script tag

pvinis11:06:27

rohit: thanks. i will try it like that

damien13:06:08

Hi all, I am new to Reagent. What is the idiomatic way to use external react components? Say for example I have the given component locally using npm i <blah> —save, what then?

savelichalex13:06:36

@damienstanton: use adapt-react-class

damien13:06:46

:thumbsup: perfect, thanks