by alainchabat on 1/10/24, 6:43 AM with 1 comments
by turtleyacht on 1/10/24, 7:12 AM
V = f( M.present( A(data) ) )
The view V (the "UI" on the left in the article) is computed from an Action started by the user and proposed (presented) to the model M, which decides whether to update; then a next-action predicate (function) may be called².A React example is at https://medium.com/@metapgmr/new-react-implementation-for-th... (2023).