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

精读《现代 js 框架存在的根本原因》 #84

Closed
ascoders opened this issue May 17, 2018 · 1 comment
Closed

精读《现代 js 框架存在的根本原因》 #84

ascoders opened this issue May 17, 2018 · 1 comment

Comments

@ascoders
Copy link
Owner

原文地址:https://medium.com/dailyjs/the-deepest-reason-why-modern-javascript-frameworks-exist-933b86ebc445

@ascoders ascoders mentioned this issue May 17, 2018
65 tasks
@ascoders ascoders changed the title 精读《现代 js 框架存在的深层原因》 精读《现代 js 框架存在的根本原因》 May 19, 2018
@MicleMing
Copy link

  1. 个人觉得浏览器应该做的是更底层的事,比如新的人机交互,更快的加载和渲染速度等等,而UI与state同步的事,其实加上一个中间层就能搞定,react、vue等都是一个中间层,这一层应该开放给开发者进行处理。
  2. 状态与UI同步的问题我个人理解是一个状态机处理状态的问题,整个应用是一个状态机,处理不同的输入。而能把应用变成状态机的只能是js,html和css都不行。所以以js为中心进行前端开发是趋势,除非找到新的编程模型

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

2 participants