react-ts-docker-socket:简单的原型

时间:2024-05-31 23:01:21
【文件属性】:

文件名称:react-ts-docker-socket:简单的原型

文件大小:695KB

文件格式:ZIP

更新时间:2024-05-31 23:01:21

JavaScript

index.tsx本质上是我们客户端应用程序的入口点; 它将React组件绑定到Html Dom。 app.tsx将所有内容粘合在一起-它与其他组件进行排列和通信,以便向用户展示界面并允许他们与应用程序进行交互。 I.WEB PACK配置(webpack.config.js) 里面有很多东西,所以让我们看一下:-进入键告诉Webpack开始使用/app/index.tsx文件处理文件。 -The output key tells Webpack where to put the output files; in the /public/js folder with the name bundle.js. -The devtool key, along with the source-map-loader preloader in the module section, tells


【文件预览】:
react-ts-docker-socket-master
----.gitignore(1KB)
----app()
--------components()
--------index.tsx(193B)
----package.json(1KB)
----package-lock.json(187KB)
----webpack.config.js(476B)
----public()
--------js()
----tsconfig.json(320B)
----README.md(2KB)
----run.bat(54B)
----index.html(1KB)
----dockerapi.js(301B)
----.vscode()
--------settings.json(38B)
----server-decode.js(521B)
----server.js(859B)

网友评论