Skip to content

Commit

Permalink
add benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro Hozumi committed Sep 19, 2012
1 parent fc463c9 commit ee2305c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Ducttape.cljs is a ClojureScript micro MVC framework and suggests a clear skelet
As substantial code is so tiny, Ducttape.cljs may be more like convention, agreement or my best practice than a framework.
Currently Ducttape.cljs depends on jQuery.

## Benefits
* Clear structure
* Super thin
* No original event system
* Use normal functions and atoms as a building block
* Don't force to use specific library

<img src="https://github.com/downloads/hozumi/ducttape.cljs/ducttape_arch.png" alt="ducttape.cljs architecture" title="ducttape.cljs architecture" align="center" />

### Data Shelf
Expand Down

0 comments on commit ee2305c

Please sign in to comment.