推荐文章:

    Choosing a Routing Library for React Native

    Author:

    After watching a talk on React Router v4 at React Conference, I was interested in trying their native router. I had experience already using it for web development and loved the small api surface it provided. At the time, I was using React Native Router Flux but didn’t feel tied to it.

    Immutable 详解及 React 中实践

    Author:Cam Song

    有人说 Immutable 可以给 React 应用带来数十倍的提升,也有人说 Immutable 的引入是近期 JavaScript 中伟大的发明,因为同期 React 太火,它的光芒被掩盖了。这些至少说明 Immutable 是很有价值的,下面我们来一探究竟。

    Font Size Idea: px at the Root, rem for Components, em for Text Elements

    Author:Chris Coyier

    Me, for the last year or so: “rem’s are so cool! I’m gonna size everything with them, that way I can adjust the font-size on the root element and everything will scale with it!” It was a nice dream. And it wasn’t a disaster. That’s what I’m doing right now here on CSS-Tricks and this is how it plays out in a very simple scenario:

    MySQL Database Tutorial

    Author:thenewboston

    Official playlist for thenewboston MySQL Database Tutorials!

    深度剖析:如何实现一个 Virtual DOM 算法

    Author:戴嘉华

    1 前言
    2 对前端应用状态管理思考
    3 Virtual DOM 算法
    4 算法实现
    4.1 步骤一:用JS对象模拟DOM树
    4.2 步骤二:比较两棵虚拟DOM树的差异
    4.3 步骤三:把差异应用到真正的DOM树上
    5 结语
    6 References

    Frontend Design

    Author:Brad Frost

    Somewhere between design – a world of personas, pixels, and polish – and engineering – a world of logic, loops, and linux – lies frontend design. Frontend design involves creating the HTML, CSS, and presentational JavaScript code that makes up a user interface.

    AngularJS中的Provider们:Service和Factory等的区别

    Author:savokiss

    看了很多文章可能还是不太说得出AngularJS中的几个创建供应商(provider)的方法(factory(),service(),provider())到底有啥区别,啥时候该用啥,之前一直傻傻分不清楚,现在来总结一下。