Skip to content

Commit b175266

Browse files
committed
updated readme
1 parent 13b902b commit b175266

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# elm-cljs
22

3-
FIXME: Write a one-line description of your library/project.
3+
Attempting to implement [The Elm Architecture](https://guide.elm-lang.org/architecture/)™ in ClojureScript
44

55
## Overview
66

7-
FIXME: Write a paragraph about the library/project and highlight its goals.
7+
[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
811

912
## Setup
1013

0 commit comments

Comments
 (0)