Skip to content

Commit 923429b

Browse files
committed
up
1 parent b6ad5f5 commit 923429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/JavaScript/2014-09-10-[译]深入解析React.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags : [react]
88

99
<a href="http://blog.reverberate.org/2014/02/react-demystified.html" target="_blank">原文链接</a>
1010

11-
这篇文章不像以往blog的文章那样,讲语法分析以及低层编程语言.最近我对一些`javascript`框架比较感兴趣,包括`facebook`的<a href="http://facebook.github.io/react/index.html" target="_blank">React</a>,读了一些网上专门讲解它的文章,特别是<a href="http://swannodette.github.io/2013/12/17/the-future-of-javascript-mvcs/" target="_blank">The Future of JavaScript MVC Frameworks</a>这篇,让我对它的核心思想更加有兴趣,不过没有找到对它核心抽象思想方面的解析,就像我上一篇文章<a href="http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html" target="_blank">LL and LR Parsing Demystified</a>,它讲解了核心原理,在某种程度上对我非常有意义.
11+
这篇文章不像以往blog的文章那样,讲语法分析以及底层编程语言.最近我对一些`javascript`框架比较感兴趣,包括`facebook`的<a href="http://facebook.github.io/react/index.html" target="_blank">React</a>,读了一些网上专门讲解它的文章,特别是<a href="http://swannodette.github.io/2013/12/17/the-future-of-javascript-mvcs/" target="_blank">The Future of JavaScript MVC Frameworks</a>这篇,让我对它的核心思想更加有兴趣,不过没有找到对它核心抽象思想方面的解析,就像我上一篇文章<a href="http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html" target="_blank">LL and LR Parsing Demystified</a>,它讲解了核心原理,在某种程度上对我非常有意义.
1212

1313
### The 1000-Foot View
1414

0 commit comments

Comments
 (0)