Initial commit: two Clojure Android todo apps
Side-by-side comparison of viable Clojure-on-Android approaches: - todo-expo/: ClojureScript + shadow-cljs + Expo + Reagent + re-frame - todo-flutter/: ClojureDart + Flutter Both apps feature: add/remove/check-off todos, SQLite persistence, categories, priorities, edit support, swipe-to-delete, filtering. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
{:source-paths ["src/main"]
|
||||
|
||||
:dependencies [[reagent "1.2.0"]
|
||||
[re-frame "1.3.0"]]
|
||||
|
||||
:builds {:app {:target :react-native
|
||||
:init-fn todo.app/init
|
||||
:output-dir "app"
|
||||
:compiler-options {:infer-externs :auto}
|
||||
:devtools {:autoload true}}}}
|
||||
Reference in New Issue
Block a user