From eb692b3e757d7f8f0ed0c731174b6cab9ce7adba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Sch=C3=A6?= <31179812+jacekschae@users.noreply.github.com> Date: Fri, 8 Dec 2017 15:25:05 +0100 Subject: [PATCH] Add RealWorld to Examples Just pointing out that there is another reference to unfinished RealWorld example - point number 4. --- docs/External-Resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/External-Resources.md b/docs/External-Resources.md index 6030e6f..df6fa50 100644 --- a/docs/External-Resources.md +++ b/docs/External-Resources.md @@ -18,6 +18,7 @@ Please add to this list by submitting a pull request. ### 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.