5.4 KiB
External Resources
Templates, examples, and other resources related to re-frame. For additions or modifications, please create an issue with a link and description or submit a pull request.
Table Of Contents
Templates
-
re-frame-template by Day8 - The official re-frame template using Leiningen.
-
Luminus by Yogthos - A Clojure micro-framework based on a set of lightweight libraries using Leiningen. Based on re-frame
0.8.0
-
re-natal by Artūr Girenko - A fork of Natal for bootstrapping Reagent and re-frame based React Native apps. Based on re-frame
0.8.0
-
Slush-reframe by Kristian Mandrup - A scaffolding generator for re-frame run using NodeJS. Should work wih re-frame
0.7.0
if used on a project started from the0.7.0
version of re-frame-template. -
Celibidache by Velveteer - An opinionated starter for re-frame applications using Boot. Based on re-frame
0.7.0
Examples and Applications Using re-frame
-
How to create decentralised apps with re-frame and Ethereum by Matus Lestan - Tutorial with links to code and live example. Based on re-frame
0.8.0
-
Elfeed-cljsrn by Toni Reina - A mobile client for Elfeed rss reader, built with React Native. Based on re-frame
0.8.0
-
Memory Hole by Yogthos - A small issue tracking app written with Luminus and re-frame. Based on re-frame
0.8.0
-
Crossed by Velveteer - A multiplayer crossword puzzle generator. Based on re-frame
0.7.0
-
imperimetric by Dexter Gramfors - Webapp for converting texts with some system of measurement to another, such as imperial to metric. Based on re-frame
0.8.0
-
Brave Clojure Open Source by Daniel Higginbotham. A site using re-frame, liberator, boot and more to display active github projects that powers http://open-source.braveclojure.com. Based on re-frame
0.6.0
-
flux-challenge with re-frame by Jakub Elżbieciak - flux-challenge is "a frontend challenge to test UI architectures and solutions". This is a ClojureScript + re-frame version. Based on re-frame
0.5.0
-
fractalify by Matus Lestan - An entertainment and educational webapp for creating & sharing fractal images that powers fractalify.com. Based on re-frame
0.4.1
-
Angular Phonecat tutorial in re-frame by Dhruv Parthasarathy - A detailed step-by-step tutorial that ports the Angular Phonecat tutorial to re-frame. Based on re-frame
0.2.0
-
Stately: State Machines also https://www.youtube.com/watch?v=klqorRUPluw
Videos
Server Side Rendering
-
Prerenderer by Pupeno - Server pre-rendering library using NodeJS that works with re-frame
0.6.0
(later versions untested) -
Server Side Rendering with re-frame by David Tanzer - Blog post on rendering re-frame views with Clojure.
-
Rendering Reagent on the Server Using Hiccup by Yogthos - Blog post on rendering Reagent with Clojure.