This jar comes with deps.cljs
as used by the Foreign Libs feature
of the Clojurescript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require mk.react-list))
Can you improve this documentation? These fine people already did:
Alexander Solovyov & Nikita DudnikEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close