moonbit如何写react

既然能编译成js了
那如何写react应用

简单来说就是写binding。
React的JSX拆解开就是React.createElement(tag, property, children)。
具体实现可能会比较复杂。我们也会在这方面进行探索。