beginners

Getting started with Clojure/ClojureScript? Welcome! Also try: https://ask.clojure.org. Check out resources at https://gist.github.com/yogthos/be323be0361c589570a6da4ccc85f58f.
Franco Gasperino 2021-03-20T04:21:24.194400Z

evening. I'm attempting to leverage a npm module via clojurescript. Its installed and I can require the npm module into the namespace. However, i need to traverse the namespace to instantiate JS classes. Any examples of how clojurescript interacts with npm regarding namespace traversal?

blak3mill3r 2021-03-20T04:50:23.196400Z

I used Angular.js in the time before React existed, and used plain reagent in the time before re-frame existed. FWIW, I would also suggest kicking the tires of re-frame. It seems like just enough structure: not a million tiny pieces for you to wire together, and not an opinionated & monolithic framework.

👍 1