Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于redux, koa, express 中间件实现对比解析 #63

Open
Hibop opened this issue Jun 27, 2019 · 0 comments
Open

关于redux, koa, express 中间件实现对比解析 #63

Hibop opened this issue Jun 27, 2019 · 0 comments

Comments

@Hibop
Copy link
Owner

Hibop commented Jun 27, 2019

Midllewares

中间件 是一种拦截器的思想,用于在某个特定的输入输出之间添加一些额外处理,同时不影响原有操作。

最开始接触 中间件是在服务端使用 express 和 koa 的时候,后来从服务端延伸到前端,看到其在redux的设计中也得到的极大的发挥。中间件的设计思想也为许多框架带来了灵活而强大的扩展性。

参考链接

http://www.shadowvip.com/topic/5b9a22996a5aa70cdafd141d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant