为什么不能在React前端中使用Node.js脚本?

时间:2019-08-02 18:26:47

标签: node.js reactjs promise async-await

有一个TCP传感器查询在Node js脚本和后端中运行良好。 我试图直接在react前端中使用它,但是它不起作用,但是类似的带有fetch的Web查询可以正常工作。 我可以在前端使用任何nodejs代码吗?

我尝试了几种变体,现在没有错误消息,但是它不起作用。

drop(event: CdkDragDrop<string[]>) {
    moveItemInArray(event.container.data, event.previousIndex, event.currentIndex);
    this.items = [...this.items];
}

0 个答案:

没有答案