我希望服务器上的render react-app具有完整的生命周期和更新支持。
与https://github.com/Yomguithereal/react-blessed类似,但不是终端,回调函数。
示例,伪代码:
render(<MyComponent />, (tree)=>{
console.log(tree); // new react component-tree
})
答案 0 :(得分:0)
我相信您正在寻求实施“自定义渲染器”以进行反应。这篇文章我发现可能会有所帮助: http://goshakkk.name/react-custom-renderers/