106 lines
8.1 KiB
Markdown
106 lines
8.1 KiB
Markdown
## External Resources
|
||
|
||
Please add to this list by submitting a pull request.
|
||
|
||
### IDE Support
|
||
|
||
* Cursive - has direct support for re-frame features: [example](https://github.com/cursive-ide/cursive/issues/1816) and [example](https://github.com/cursive-ide/cursive/issues/1549)
|
||
* Emacs - https://github.com/oliyh/re-jump.el
|
||
|
||
### Templates
|
||
|
||
* [re-frame-template](https://github.com/Day8/re-frame-template) - Generates the client side SPA
|
||
* [Luminus](http://www.luminusweb.net) - Generates SPA plus server side.
|
||
* [re-natal](https://github.com/drapanjanas/re-natal) - React Native apps.
|
||
* [Slush-reframe](https://github.com/kristianmandrup/slush-reframe) - A scaffolding generator for re-frame run using NodeJS. Based on re-frame `0.7.0`
|
||
* [Celibidache](https://github.com/velveteer/celibidache/) - An opinionated starter for re-frame applications using Boot. Based on re-frame `0.7.0`
|
||
|
||
|
||
### Examples and Applications Using re-frame
|
||
|
||
* [RealWorld](https://github.com/jacekschae/conduit) - heavily inspired by [todomvc](https://github.com/Day8/re-frame/tree/master/examples/todomvc) - well commented codebase with CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
|
||
* [BlueGenes](https://github.com/intermine/bluegenes) - searching and analysing genomic data, by the University of Cambridge
|
||
* [Memento](https://gitlab.com/Numergent/memento) a private note-taking app. Uses compojure-api, PostgreSQL and token auth.
|
||
* [RealWord](https://github.com/polymeris/re-frame-realword-example-app) has CRUD, auth. Adheres to [RealWorld](https://github.com/gothinkster/realworld) spec and API.
|
||
* [How to create decentralised apps with re-frame and Ethereum](https://medium.com/@matus.lestan/how-to-create-decentralised-apps-with-clojurescript-re-frame-and-ethereum-81de24d72ff5#.b9xh9xnis) - Tutorial with links to code and live example.
|
||
* [Braid](https://github.com/braidchat/braid) - A new approach to group chat, designed around conversations and tags instead of rooms.
|
||
* [Elfeed-cljsrn](https://github.com/areina/elfeed-cljsrn) - A mobile client for [Elfeed](https://github.com/skeeto/elfeed) rss reader, built with React Native.
|
||
* [Memory Hole](https://github.com/yogthos/memory-hole) - A small issue tracking app written with Luminus and re-frame.
|
||
* [Crossed](https://github.com/velveteer/crossed/) - A multiplayer crossword puzzle generator. Based on re-frame `0.7.0`
|
||
* [imperimetric](https://github.com/Dexterminator/imperimetric) - Webapp for converting texts with some system of measurement to another, such as imperial to metric.
|
||
* [Brave Clojure Open Source](https://github.com/braveclojure/open-source) A site using re-frame, liberator, boot and more to display active github projects that powers [http://open-source.braveclojure.com](http://open-source.braveclojure.com). Based on re-frame `0.6.0`
|
||
* [flux-challenge with re-frame](https://github.com/staltz/flux-challenge/tree/master/submissions/jelz) - "a frontend challenge to test UI architectures and solutions". re-frame `0.5.0`
|
||
* [fractalify](https://github.com/madvas/fractalify/) -
|
||
An entertainment and educational webapp for creating & sharing fractal images that powers [fractalify.com](http://fractalify.com). Based on re-frame `0.4.1`
|
||
* [boodle](https://github.com/manuel-uberti/boodle) - A simple SPA for
|
||
accounting. It uses, among others, re-frame, http-kit, compojure-api and it
|
||
runs on PostgreSQL.
|
||
* [status-react](https://github.com/status-im/status-react) - A mobile OS for Ethereum. Server, SPA + React Native App
|
||
* [Catlantis](https://github.com/madvas/catlantis) - React Native App about cats
|
||
* [Lymchat](https://github.com/tiensonqin/lymchat) - React Native App to learn different cultures
|
||
|
||
### Effect and CoEffect Handlers
|
||
|
||
* [async-flow-fx](https://github.com/Day8/re-frame-async-flow-fx) - manage a boot process dominated by async
|
||
* [http-fx](https://github.com/Day8/re-frame-http-fx) - performing Ajax tasks (via cljs-ajax)
|
||
* [re-frame-forward-events-fx](https://github.com/Day8/re-frame-forward-events-fx) - slightly exotic
|
||
* [cookie-fx](https://github.com/SMX-LTD/re-frame-cookie-fx) - set and get cookies
|
||
* [document-fx](https://github.com/SMX-LTD/re-frame-document-fx) - set and get on `js/document` attributes
|
||
* [re-frame-youtube-fx](https://github.com/micmarsh/re-frame-youtube-fx) - YouTube iframe API wrapper
|
||
* [re-frame-web3-fx](https://github.com/madvas/re-frame-web3-fx) - Ethereum Web3 API
|
||
* [re-frame-google-analytics-fx](https://github.com/madvas/re-frame-google-analytics-fx) - Google Analytics API
|
||
* [re-frame-storage](https://github.com/akiroz/re-frame-storage) - Local Storage based persistence
|
||
* [re-frame-storage-fx](https://github.com/deg/re-frame-storage-fx) - Another take on Local Storage persistence
|
||
* [re-frame-firebase](https://github.com/deg/re-frame-firebase) - Firebase DB API
|
||
|
||
### Routing
|
||
|
||
* [Bidirectional using Silk and Pushy](https://pupeno.com/2015/08/18/no-hashes-bidirectional-routing-in-re-frame-with-silk-and-pushy/)
|
||
|
||
### Tools, Techniques & Libraries
|
||
|
||
* [re-frame-undo](https://github.com/Day8/re-frame-undo) - An undo library for re-frame
|
||
* [re-frame-test](https://github.com/Day8/re-frame-test) - Advanced testing utilities
|
||
* [Animation](http://www.upgradingdave.com/blog/posts/2016-12-17-permutation.html) using `react-flip-move`
|
||
* [re-thread](https://github.com/yetanalytics/re-thread) - A library for running re-frame applications in Web Workers.
|
||
* [re-frame-datatable](https://github.com/kishanov/re-frame-datatable) - DataTable UI component built for use with re-frame.
|
||
* [Stately: State Machines](https://github.com/nodename/stately) also https://www.youtube.com/watch?v=klqorRUPluw
|
||
* [re-learn](https://github.com/oliyh/re-learn) - Data driven tutorials for educating users of your reagent / re-frame app
|
||
* [subgraph](https://github.com/vimsical/subgraph) - Reactive graph database for re-frame
|
||
* [re-graph](https://github.com/oliyh/re-graph) - GraphQL client for re-frame
|
||
* [martian](https://github.com/oliyh/martian) - Swagger-compatible API client that abstracts away from HTTP with [re-frame bindings](https://github.com/oliyh/martian/tree/master/re-frame)
|
||
|
||
#### Debugging
|
||
|
||
|
||
* [re-frame-trace](https://github.com/Day8/re-frame-trace) - A debugging dashboard for re-frame
|
||
* [re-frisk](https://github.com/flexsurfer/re-frisk) - A library for visualizing re-frame data and events.
|
||
|
||
#### React Native
|
||
|
||
* [re-natal](https://github.com/drapanjanas/re-natal): Bootstrap ClojureScript React Native apps
|
||
* [cljsrn-re-frame-workers](https://github.com/seantempesta/cljsrn-re-frame-workers): A library supporting react-native-workers with re-frame for ClojureScript and React Native.
|
||
* [re-navigate](https://github.com/vikeri/re-navigate): Example of React Native Navigation with re-frame/re-natal
|
||
|
||
### Videos
|
||
|
||
* [re-frame your ClojureScript applications](https://youtu.be/cDzjlx6otCU) - re-frame presentation given at Clojure/Conj 2016
|
||
* [A Video Tour of the Source Code of Ninja Tools](https://carouselapps.com/2015/12/02/tour-of-the-source-code-of-ninja-tools/)
|
||
|
||
### Server Side Rendering
|
||
|
||
* [Prerenderer](https://github.com/pupeno/prerenderer) - Server pre-rendering library using NodeJS that works with re-frame `0.6.0` (later versions untested)
|
||
Rationale [Part 1](https://carouselapps.com/2015/09/14/isomorphic-clojurescriptjavascript-for-pre-rendering-single-page-applications-part-2/)
|
||
[Part 2](https://carouselapps.com/2015/09/14/isomorphic-clojurescriptjavascript-for-pre-rendering-single-page-applications-part-2/)
|
||
[Part 3](https://pupeno.com/2015/10/02/isomorphic-javascript-with-clojurescript-for-pre-rendering-single-page-applications-part-3/)
|
||
[Release Announcement](https://pupeno.com/2015/12/13/prerenderer-0-2-0-released/)
|
||
|
||
* [Server Side Rendering with re-frame](http://davidtanzer.net/server_side_rendering_with_re_frame) - Blog post on rendering re-frame views with Clojure.
|
||
|
||
* [Rendering Reagent on the Server Using Hiccup](http://yogthos.net/posts/2015-11-24-Serverside-Reagent.html)- Blog post on rendering Reagent with Clojure.
|
||
|
||
|
||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|