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?
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.