Archived – this site ended its life on 2022.01.02. For the next microblogging site from Chris Krycho, see v1.microblog.chriskrycho.com.

A quick sketch of an idea which I hope to test out by the end of the day: the best way to handle responsive” routing in an Elm app — for a master-detail view where the master view isn’t visible when at a detail route on screens below a sufficient size — is to just use a port and send a message on screen size change.