-
## 什么是 SSR
- 简介
- 基本原理
- SSR vs CSR
## SSR 框架
- egg-react-ssr
- ssr
## 同构
## 数据注水与脱水
## SSR 路由机制
## SSR 与 CSS
## SSR 与 Redux
## SSR 与 Redis
## SSR 与 Vite
## SSR 与 Serverless…
-
## supported
no label version , both webpack2 and webpack3 support
- [x] Webpack2 (easywebpack 1.x.x+)
- [x] Webpack3 (easywebpack 3.x.x+)
- [x] Hot-Reload , Eslint, Babel
- [x] Extract C…
-
- add packages/middleware,package name:`ssr-middleware`
- add koa/koa middlwares
example
```
const conf = require('./config/config.ssr')
const ssr = require('egg-react-ssr').koa(conf);
con…
-
# 参考文献
[最小而美的Egg + React + SSR应用骨架](https://zhuanlan.zhihu.com/p/67802611)
[NodeJS中间层搭建——楔子](http://jafeney.com/2016/01/10/2016-01-10-node-middleware/)
[Node中间层实践(一)——基于NodeJS的全栈式开发](https://segmen…
-
现在想基于midaway做前(react+antd+router)后端同构ssr,看到支持egg的plugin,找到了这个插件
https://github.com/eggjs/egg-view-react
具体怎么配置不是很清楚
-
### 服务端渲染框架
- egg-react-ssr https://github.com/ykfe/egg-react-ssr
- next.js https://www.nextjs.cn/
- nuxtjs https://nuxtjs.org/
### 多端开发
- Taro
_Taro 是京东开源的一套遵循 React 语法规范的多端开发解决方案。_
- uni-…
-
I'm using this library in a Next JS project.
But I get this error
Must use import to load ES Module:
/home/jithinks/Desktop/rework/dynamiclearning/client/node_modules/react-dnd/dist/esm/index.j…
-
# 介绍
会在这里记录我最近看到的好文章好blog
-
Please head to the [`@atlaskit/tree` issue tracker](https://ecosystem.atlassian.net/servicedesk/customer/portal/24/create/236).
We do not track `@atlaskit/tree` issues in the `react-beautiful-dnd` …
-
![image](https://user-images.githubusercontent.com/227713/33526674-95895824-d87f-11e7-915d-6d0ca3fc38d5.png)
> 原文地址:知乎专栏 https://zhuanlan.zhihu.com/p/31640541
很荣幸的宣布,Egg 正式发布 2.0 版本,距离 3.21 发布的 …