The goal of this repo is to provide recipes for how to accomplish specific tasks in a reagent webapp.
For updates, follow us on twitter: @ReagentProject. Please include #reagent #clojurescript
when tweeting about reagent.
For video tutorials, subscribe to us on youtube.
- Bootstrap
- Charting
- Images
- jQuery UI
- Maps
- Leaflet | Demo
- Google Maps | Demo
- Misc.
- adding a page | Demo | Video
- toggle class | Demo | Video
- Sidebar
- Tables
- Validation
For the old recipes (mostly) based on reagent-seed, see the old-recipes folder.
- reagent website
- reagent project - google groups
- re-frame README and Wiki
- Luminus
- Blogs with Reagent:
- Meetups
Tweet new links to @ReagentProject
Tweet examples to @ReagentProject
The starting point for reagent-cookbook recipes is reagent-cookbook-template.
$ lein new rc <name of recipe>
Note: reagent-cookbook-template was made specifically for following along with recipes - it is not meant for production. If you are interested in starting a new reagent application, then reagent-template provides a good starting configuration: $ lein new reagent <name of app>
.
Recipes are welcomed! Please fork, branch, and submit a pull request.