Hi everyone,

I've recently published a blog post describing the techniques I have 
evolved over the last 3 years for writing Clojurescript applications.
It started as an explanation of why I like to use re-frame but grew to 
encompass the idea of separation of data and representation (the HTML 
layer) and how this makes your code simpler and more testable.
It includes the techniques used for testing these boundaries including 
generative tests for UIs and UI assertions that don't involve digging into 
HTML structures. The grand finale shows how your can prove that data coming 
from the server will be rendered in a way that makes sense to your users 
using transitive properties of unit tests rather than complicated and slow 
(Selenium) integration tests.

I hope you find it interesting and I would greatly appreciate any feedback 
you have.
http://juxt.pro/blog/posts/cljs-apps.html

Cheers,
Oliy

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to