使用reactjs调试服务器端呈现的组件

时间:2016-10-29 03:38:51

标签: javascript reactjs

我想知道如何使用reactjs在服务器渲染组件中显示任何日志? 我已经尝试过使用console.log,console.error但没有运气

1 个答案:

答案 0 :(得分:-1)

python -m SimpleHTTPServer 1337

new Image('http://localhost:1337/hello-world')