This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-29
Channels
- # adventofcode (11)
- # beginners (98)
- # boot (2)
- # cider (3)
- # clara (3)
- # cljs-dev (15)
- # cljsrn (2)
- # clojure (122)
- # clojure-austin (4)
- # clojure-russia (1)
- # clojure-spec (2)
- # clojurescript (30)
- # css (6)
- # cursive (5)
- # docs (1)
- # fulcro (4)
- # hoplon (118)
- # keechma (3)
- # leiningen (5)
- # lumo (1)
- # off-topic (28)
- # onyx (6)
- # re-frame (4)
- # reagent (1)
- # reitit (1)
- # shadow-cljs (53)
- # sql (1)
- # unrepl (1)
How can I utilize the work done on https://github.com/akveo/kittenTricks since it’s written in JS? What would the best practice be? Obviously, I wouldn’t want to rewrite the implementation in cljs, but I want to include theme files (https://github.com/akveo/kittenTricks/blob/master/app/config/theme.js) and the bootstrap file (https://github.com/akveo/kittenTricks/blob/master/app/config/bootstrap.js) for example. Please note that Kitten Tricks is an implementation of the React Native UI Kitten, and provides a lot of pre-made screen templates.