Hi all I created a "Virtual DOM" for Android views...
# feed
r
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
t
r
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.
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.