/ssr

基于create-react-app 2.0等最新前端技术框架的react同构渲染模版,支持热更新,redux等

Primary LanguageJavaScriptMIT LicenseMIT

ssr

基于create-react-app 2.0等最新前端技术框架的react同构渲染模版,支持热更新,redux等.

一、Usage

  1. 客户端渲染启动方式 2. 服务端渲染启动方式
  1. tnpm i && tnpm start
  2. tnpm i && tnpm run server

二、Framework

  1. Express v4 => nodejs web框架
  2. ejs@latest => 模版引擎
  3. React@latest => 前端框架,服务端和客户端都可以渲染
  4. Redux@latest => 数据管理框架
  5. Redux-thunk@latest => 数据管理中间件
  6. create-react-app v2 => 前端快速开发脚手架
  7. webpack-dev-middleware@latest => webpack本地开发插件
  8. webpack-hot-middleware@latest => webpack热更新插件

三、Articles

相关文章

  1. 服务端渲染与 Universal React App
  2. Building Server-rendered React Apps with NextJS
  3. koa2 + webpack 热更新
  4. Running React Router v4, Redux Saga, SSR and Code Splitting together
  5. 苏宁Nodejs性能优化实战
  6. beidou articles
  7. nodejs guides
  8. 使用next.js完成从开发到部署
  9. 使用Next.js构建React服务端渲染应用
  10. React服务端渲染(项目搭建)
  11. React服务端渲染(前后端路由同构)
  12. React服务端渲染(代码分割和数据预取)

四、Projects

相关项目

  1. react-next
  2. react-koa2-ssr
  3. react-ssr