flâneur — a map of the web's best reading

re-frame interactive demo | Yehonathan Sharvit

blog.klipse.tech · 2,342 words · saved by 1 readers

re-frame interactive demo with Klipse. A pattern for writing SPAs in ClojureScript, using Reagent.

What is re-frame? re-frame is a functional framework for writing SPAs in ClojureScript, using Reagent. Being a functional framework, it is about two things: data the functions which transform that data. And, because it is a reactive framework, the “data coordinates the functions” (and not the other way around). re-frame is often described as a 6-domino cascade: One domino triggers the next, which triggers the next, et cetera, boom, boom, boom, until we are back at the beginning of the loop, and the dominoes spring to attention again, ready for the next iteration of the same cascade. The six do

Explore this link on the map →

related reading