reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Sung 2020-07-11T11:09:01.342100Z

Is there an easy way to make a multipage app with leiningen and reagent?

emccue 2020-07-12T20:30:52.343500Z

There is #re-frame, which gives you structure

athomasoriginal 2020-07-11T17:34:21.342400Z

Yes. React does this nicely and Reagent is, generally speaking, just React. So you should be good. Do you have a more specific example of what you’re trying to do?