摘要: 编程语言评价标准 编程语言需要提供足够简单和丰富的概念来表达我们要描述的世界; 并且执行的效率要足够高 Enough of the small talk, how do we go about comparing these two goliaths? In reality this can’t b 阅读全文
posted @ 2019-06-25 19:34 zzfx 阅读(733) 评论(0) 推荐(0)
摘要: 这篇文章的全局观和思路一级棒! The Fairy Tale Cast your mind back to 2010 when users started to demand interactive web applications. Back then the only real solution 阅读全文
posted @ 2019-06-25 19:28 zzfx 阅读(231) 评论(0) 推荐(0)
摘要: In this section, we will discuss some of the features that make React a superior choice for front-end developers. Have a look: Source: http://blog.emb 阅读全文
posted @ 2019-06-25 18:36 zzfx 阅读(517) 评论(0) 推荐(0)
摘要: If you are using React or learning React, you must have heard of the term “Virtual DOM”. Now what is a Virtual DOM, and why does React use it? Real DO 阅读全文
posted @ 2019-06-25 18:34 zzfx 阅读(312) 评论(0) 推荐(0)
摘要: Consider a DOM made of thousands of divs. Remember, we are modern web developers, our app is very SPA! We have lots of methods that handle events - cl 阅读全文
posted @ 2019-06-25 18:26 zzfx 阅读(351) 评论(0) 推荐(0)
摘要: redux是全局状态(数据)的管理机制,局部数据没有意义 阅读全文
posted @ 2019-06-25 16:42 zzfx 阅读(428) 评论(0) 推荐(0)