Hi all I created a "Virtual DOM" for Android views, that works well with a Single Activity Architecture and Functional Reactive Programming https://github.com/robinchew/mvil. Feedback welcomed.
Thread in Slack Conversation
I did come across domic. But it looks quite complex and looks tied to its own way of managing state. I intend for Mvil to be state management agnostic, and just worry about rendering views.
robinchew
10/27/2018, 4:43 PM
I'm actually pondering now whether to implement state for each node for keeping things like animation information. Very tempting, but I think I won't.