reagent-cookbook
reagent-cookbook copied to clipboard
Examples of how to accomplish specific tasks in a Reagent webapp.
The [ReactCSSTransitionGroup example](https://github.com/reagent-project/reagent-cookbook/tree/master/recipes/ReactCSSTransitionGroup) says it's for when "You want to use ReactCSSTransitionGroup in your reagent web application". The [React animation docs](https://reactjs.org/docs/animation.html) say the "add-on" version is deprecated, though: > ReactTransitionGroup...
PDF.JS
Pdf.js is a very cool toolkit for working with pdfs online, it is packaged up in cljsjs, but unfortunately requires the use of web workers, so isn't as simple as...