From 22bb2c6b8e34758904e8be7a355a8b843bf5246a Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 14 Feb 2019 10:40:51 -0800 Subject: [PATCH] Update UI file with Halogen links Adds links to the Halogen starter projects and RealWorld implementation for parity with the React-Basic notes. --- docs/ui.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ui.md b/docs/ui.md index 53d2154..49d329c 100644 --- a/docs/ui.md +++ b/docs/ui.md @@ -18,6 +18,10 @@ And the TodoMVC implementation here: , + +See an example real-world application with authentication, routing, state management, and more: + [Halogen](https://github.com/slamdata/purescript-halogen/) ## No library