Anvil, a React Native like library

Not sure if you guys know about Anvil (http://trikita.co/anvil/). I just discovered it recently.
In a nutshell, this is a reactive library for Java/Android that works with a virtual dom a la ReactJS, but without any JavaScript. This is close to what we talked about last year Gergely.
JSX is replaced by a lambda based DSL, particularly elegant when using Kotlin. The DSL uses classes generated from android.jar. It should be easy to tweak it and generate them out of the MOE wrappers.
What do you think?

Hi Phil,

thanks for sharing, looks interesting.

Yes, it should be possible to generate a DSL for the iOS bindings.

Best Regards,
Gergely