Many popular 3rd party libs are available via http://cljsjs.github.io. Just include them like any other dependency to your project. For less popular libraries it's simpler to just use Webpack or whatever to build a custom foreign dep for usage in your project.
https://github.com/clojure/clojurescript/wiki/Dependencies HTH, David On Wed, Jul 6, 2016 at 3:58 PM, Brandeis King <[email protected]> wrote: > Hi, > > I recently started playing with ClojureScript, but I do have prior > experience with Clojure and JavaScript (including React, Flux, Webpack, > etc.). While I've been able to pick up the basics fairly easily and put > together toy apps using Reagent and Om, I'm unclear on how to integrate > third party libraries like Bootstrap, d3, etc. I'd appreciate suggestions > on how I could/should integrate these libraries into ClojureScript apps. > Thanks. > > Best, > Brandeis > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
