re-frame is a pattern for writing SPAs, using Reagent. 
https://github.com/Day8/re-frame

This release includes the obligatory TodoMVC example:
https://github.com/Day8/re-frame/tree/master/examples/todomvc

Improvements to documentation in the Wiki:
https://github.com/Day8/re-frame/wiki

Change log:
https://github.com/Day8/re-frame/blob/master/CHANGES.md

Re-frame features:
  - a reference implementation
  - it is MVC-like in scope, but has a distinctly FRP flavour.  
  - "derived data" flows through pure functions in a two-stage, reactive loop
  - while it is a mashup of existing and emerging techniques, it is novel in a 
few ways:
    - pushes Reagent's FRP capabilities (via use of reaction)
    - has middleware on event handlers  (nothing to do with Ring middleware)
    - it actively rejects read/write Cursors
    - well positioned for the use of FSM/statecharts  (theory untested)

 
--
Mike

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to