react-server-side-rendering-typescript:使用React和TypeScript进行服务器端渲染

时间:2024-05-30 20:41:59
【文件属性】:

文件名称:react-server-side-rendering-typescript:使用React和TypeScript进行服务器端渲染

文件大小:97KB

文件格式:ZIP

更新时间:2024-05-30 20:41:59

react typescript react-router reactjs isomorphic-applications

React Server Side渲染打字稿 使用React和TypeScript在客户端(单页应用程序)和服务器(传统Web应用程序)上呈现通用同构应用程序页面 从分叉 cd TypeScript编译到dist文件夹 tsc 启动客户 npm start 启动服务器 node /dist/server/index.js 在以下位置打开客户端页面 http://localhost:9001 和服务器页面位于 http://localhost:9002 客户端和服务器共享相同的组件


【文件预览】:
react-server-side-rendering-typescript-master
----webpack.config.js(1KB)
----scss()
--------main.scss(20B)
--------styles.scss(62B)
----src()
--------shared()
--------client()
--------server()
----tsconfig.json(442B)
----webpack.config-local.js(2KB)
----README.md(540B)
----webpack()
--------build.plugin.js(2KB)
--------build.plugin-local.js(2KB)
----nginx()
--------conf()
--------log()
--------html()
----package.json(2KB)

网友评论