There was an error while loading. Please reload this page.
1 parent 13b902b commit b175266Copy full SHA for b175266
README.md
@@ -1,10 +1,13 @@
1
# elm-cljs
2
3
-FIXME: Write a one-line description of your library/project.
+Attempting to implement [The Elm Architecture](https://guide.elm-lang.org/architecture/)™ in ClojureScript
4
5
## Overview
6
7
-FIXME: Write a paragraph about the library/project and highlight its goals.
+[app.cljs](src/elm_cljs/app.cljs) contains an example app, written in a purely-functional manner.
8
+All side effects (for example, generating random values or fetching data from a remote endpoint)
9
+are handled by dispatching effects which run outside your program, and report back using messages
10
+on `core.async` channels
11
12
## Setup
13
0 commit comments