reagent-cookbook icon indicating copy to clipboard operation
reagent-cookbook copied to clipboard

Examples of how to accomplish specific tasks in a Reagent webapp.

Results 2 reagent-cookbook issues
Sort by recently updated
recently updated
newest added

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

help wanted