From 2854b61a256025c7f0edfa6ca5339209314aada7 Mon Sep 17 00:00:00 2001 From: Alex Davis Date: Fri, 13 Aug 2021 16:57:34 +0100 Subject: [PATCH] Add cljsrn blog post from JUXT blog --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index b8b74f5..3d268b1 100644 --- a/src/index.md +++ b/src/index.md @@ -38,6 +38,7 @@ Resources for developers using ClojureScript to build React Native apps. Blog posts and articles pertaining to ClojureScript with React Native and associated tooling. +- [Writing Mobile apps in ClojureScript in 2021](https://www.juxt.pro/blog/clojurescript-native-apps-2021) (2021-08-13 - juxt.pro) - [How to debug react-native app on Android Avd using clojurescript](https://anish-patil.blogspot.com/2019/06/how-to-debug-react-native-app-on.html) (2019-06-16 - anish-patil.blogspot.com) - [Using shadow-cljs to compile React Native for iOS on GNU/Linux](https://www.blog.nodrama.io/react-native-xcode-linux/) (2019-06-11 - blog.nodrama.com) - [HTTP Fx for Re-Frame on React Native](https://increasinglyfunctional.com/2019/06/25/http-fx-for-re-frame-on-react-native.html) (2019-06-25 - increasinglyfunctional.com)