ingesolvoll.github.io - Inge Solvoll's Blog

Example domain paragraphs

Inge Solvoll's blog

This is just a very short post to document my port of this excellent blog solution . Before you continue reading, you should read that other one first as I won't repeat all the relevant info here. In particular, you need to set up a Circle CI context containing your credentials.

Re-frame subscriptions and events are like very loosely defined function calls. There's a contract there between the sender and the receiver, but it's implicit. The sender makes sure there are 3 items in the vector. The receiver destructures naively, expecting exactly 3 items.