由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - The good thing and bad thing of React
相关主题
快糙猛还是名不虚传的framework7
react+redux这段评论的蛮好react is total crap
TypeScript 1.6 - React/JSX, class expressions重提AJAX和RIA坑
求react-bootstrap和node/express一起使用的例子PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧?
把angular改成react了问个php表单提交不刷新页面的方法
Backbone 还是angular请教一个JSF + Java 问题
firefox浏览器插件开发,要求实现过滤掉敏感词vue可以搞server-side rendering了。。
现在学front end framework的话哪个最好?有人用react + redux么
相关话题的讨论汇总
话题: react话题: any话题: thing话题: flux话题: layer
进入Programming版参与讨论
1 (共1页)
l**********n
发帖数: 8443
1
http://blog.andrewray.me/reactjs-for-stupid-people/
The good:
1. You can always tell how your component will render by looking at one
source file.
2. Bundling Javascript and HTML into JSX makes components easily
understandable.
3. You can render React on the server.
The Bad:
1. You DO NOT GET any of the following:
An event system (other than vanilla DOM events)
Any AJAX capabilities whatsoever
Any form of a data layer
Promises
Any application framework at all
Any idea how implement the above
2. The documentation is not "accessible" nor "good."
3. React is large for how little you get, including how little cross browser
support.
4. Flux is a concept, not a library. Since there's no agreed on event
library, model layer, AJAX layer, or anything, there are many different "
Flux" implementations, and they all compete with each other.
l**********n
发帖数: 8443
2
I can implement my own model layer and event system and totally forget about
Flux or Redux.
l**********n
发帖数: 8443
3
The good thing about React is that I can use it on the server side. I found
that is convenient and awesome.
w*s
发帖数: 7227
4
取代node.js ?

found

【在 l**********n 的大作中提到】
: The good thing about React is that I can use it on the server side. I found
: that is convenient and awesome.

1 (共1页)
进入Programming版参与讨论
相关主题
有人用react + redux么把angular改成react了
technology used in Yahoo and Google FinanceBackbone 还是angular
请教一个ASP.net中异步的问题firefox浏览器插件开发,要求实现过滤掉敏感词
请问下deep learning中hidden layers的含义现在学front end framework的话哪个最好?
快糙猛还是名不虚传的framework7
react+redux这段评论的蛮好react is total crap
TypeScript 1.6 - React/JSX, class expressions重提AJAX和RIA坑
求react-bootstrap和node/express一起使用的例子PHP/JSP/ASP等页面语言应该被慢慢抛弃了吧?
相关话题的讨论汇总
话题: react话题: any话题: thing话题: flux话题: layer