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

[软技能] 第116天 对于前后端分离,你是怎么理解的? #1048

Open
haizhilin2013 opened this issue Aug 9, 2019 · 3 comments
Labels
软技能 软技能

Comments

@haizhilin2013
Copy link
Collaborator

第116天 对于前后端分离,你是怎么理解的?

@haizhilin2013 haizhilin2013 added the 软技能 软技能 label Aug 9, 2019
@mwangshuxin
Copy link

前端只做展现交互 不做数据处理

@ghost
Copy link

ghost commented Aug 10, 2019

  • 后端只有 api 负责返回数据
  • 展示方式由前端决定,和后端无关
  • 基本上,前端能做的都交给前端
  • 因此,耦合性很低,任何正确使用/实现 api 的前后端都可以随时替换

@EmiyaYang
Copy link

EmiyaYang commented Aug 11, 2019

前后端分离模式分化了开发职责,使得前后端开发人员能各司其职,降低了对单一开发人员的技术栈要求,加速项目迭代,但同时也增加了项目协调成本以及带来跨域等一系列技术问题。

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

No branches or pull requests

3 participants