A few months ago in my post Reaching a limit of Reactive Programming, I’ve mentioned the MVU (Model-View-Update) pattern could be a solution to the problems I was encountering at that time. I’m now using MVU since a few months on other projects and I want to write my own article where I present this pattern in more details.
This post is the first of a four-post series. We’ll be working on webpages, but this pattern can be used in other contexts like desktop applications.
