blub language can run react too
https://github.com/justjake/react4blub.git
Some experimental attempts to re-implement the React model in "blub" languages.
H(comp, props, children...) return value of a component. Ideally this could
just be a struct on the stack, but the variable-sized children array poses an
issue I can't solve with my current (rudimentary) C skills.